permissions
Get My Tenants
List the tenants the authenticated user belongs to.
Use the returned ids as the tenant_id path parameter for the other /permissions/tenants/… endpoints.
Response
Returns a JSON list of tenants: [].
GET
Get My Tenants
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Successful Response
Get My Tenants