Search across your application’s users at Transmit. This endpoint also allows you to return all of your application’s users by sending no filters at all.
Required permissions: users:read, users:list, apps:read, [appId]:read, apps:list, [appId]:list.
Security
ClientAccessToken
Search expression based on the SCIM protocol. For syntax and searchable fields, see Search query syntax
Value to search for in the primary email and phone_number fields, where the search value must match the prefix of the field value. For example, "search_prefix=john" will return users whose email starts with "john" and "search_prefix=%2B1212" returns users whose phone number starts with "+1212".
Example:search_prefix=joe
- Sandbox environmenthttps://api.sbx.transmitsecurity.io/cis/v1/users
- US production environmenthttps://api.transmitsecurity.io/cis/v1/users
- EU production environmenthttps://api.eu.transmitsecurity.io/cis/v1/users
- CA production environmenthttps://api.ca.transmitsecurity.io/cis/v1/users
- AU production environmenthttps://api.au.transmitsecurity.io/cis/v1/users
- JP production environmenthttps://api.gasne1-ts01.transmitsecurity.io/cis/v1/users
curl -i -X GET \
'https://api.sbx.transmitsecurity.io/cis/v1/users?search=string&page_offset=0&page_limit=5000&search_prefix=joe&sort_field=email&sort_order=asc' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'