Search Users
POST/v2/users
Search for users. By default, we will return all users of your instance that you have permission to read. Make sure to include a limit and sorting for pagination.
Request​
Responses​
- 200
- 400
- 401
- 403
- default
A list of all users matching the query
invalid list query
Returned when the user is not authenticated.
Returned when the user does not have permission to access the resource.
An unexpected error response.