Search users
POST/api/v4/users/search
Get a list of users based on search criteria provided in the request body. Searches are typically done against username, full name, nickname and email unless otherwise configured by the server.
Permissions
Requires an active session and read_channel and/or view_team permissions for any channels or teams specified in the request body.
Request
Responses
- 200
- 400
- 401
- 403
User list retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions