post
https://api.safetyculture.io/users/v1/users/list
Returns org members matching the supplied filters. Filters are combined with AND across fields and ANY within each field's values. At least one filter must be set, or list_all must be true.
Use this endpoint to retrieve the users (organization members) that match the filters you provide, such as username, user ID, seat type, status, or system user field. Your organization is determined by your API token.
Filter options
Provide at least one filter to narrow your results, or set list_all to true to retrieve every user.
ANDacross fields: When you combine different filters (for example, a seat type and a user field), the API returns only the users that match all of them.ANYwithin a field: When you provide multiple values for one filter (for example, two usernames), the API returns the users that match any of those values.
Requirements
Limitations
- Filters match exactly. Partial, fuzzy, and wildcard searches are not supported.
- You can filter system user fields only. Custom user fields are not yet supported.
- You cannot filter by group or site membership.