Members
List all members
Returns every tenant member at once with minimal fields (id, email, name). Use for member picker UIs. For tenants with many members, prefer the paginated GET /tenants/{id}/members.
get/tenants/{tenant_id}/members/all
Path parameters
tenant_idinteger required
Example:7261845022003200000
Tenant identifier
Response
All members
Example response
[
{
"email": "alice@laserdata.com",
"id": 7261844898910240000,
"name": "Alice Doe"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.