Tenants
Get Users in Tenant
Returns the users belonging to a tenant with cursor paging. Use it to see who a tenant-scoped send will reach.
get/tenants/{tenant_id}/users
Path parameters
tenant_idstring required
Id of the tenant for user membership.
Query parameters
limitinteger nullable
The number of accounts to return (defaults to 20, maximum value of 100)
cursorstring nullable
Continue the pagination with the next cursor
Response
Changes
No recorded changes to this endpoint across all 55 revisions of this API.