User Tenants
curl --request GET \
--url https://auth.realtimelca.com/me/tenants \
--header 'Authorization: Bearer <token>'User
User Tenants
Retrieves the list of tenants associated with the currently authenticated user. This is useful for determining which tenants (organizations/accounts) a user belongs to, and can be used to switch context or scope subsequent requests to a specific tenant.
GET
/
me
/
tenants
User Tenants
curl --request GET \
--url https://auth.realtimelca.com/me/tenants \
--header 'Authorization: Bearer <token>'Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
default
Response schema not yet documented in the upstream Postman spec.
⌘I

