Get users
GET/api/v4/users
Get a page of a list of users. Based on query string parameters, select users from a team, channel, or select users not in a specific channel.
Since server version 4.0, some basic sorting is available using the sort query parameter. Sorting is currently only supported when selecting users on a team.
Some fields, like email_verified and notify_props, are only visible for the authorized user or if the authorized user has the manage_system permission.
Permissions
Requires an active session and (if specified) membership to the channel or team being selected from.
Request
Responses
- 200
- 400
- 401
- 403
User page retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions