users
Get users by ids
Get a list of users based on a provided list of user ids.
Permissions
Requires an active session but no other permissions.
post/api/v4/users/ids
Query parameters
sinceinteger
Only return users that have been modified since the given Unix timestamp (in milliseconds).
Request body
string[] required
Response
User list retrieval successful
Changes
No recorded changes to this endpoint across all 1 revision of this API.