Skip to content
Search
K
Main Navigation
Guide
Rest API
Wiki
Appearance
Menu
Return to top
Gets the names of multiple users by their IDs
GET
/api/users/{userIds}/names
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
Type
API Key (header: X-CSRF-Token)
Parameters
Path Parameters
userIds
*
Type
string
Required
Pattern
"\\d+(,\\d+)*"
Responses
200
Success.
Content-Type
application/json
Schema
JSON
JSON
[
{
"id"
:
0
,
"name"
:
""
}
]
GET
/api/users/{userIds}/names
Playground
Authorization
api_key
Variables
Key
Value
userIds
*
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python