Obtain information about my tenant
GET/api/management/v2/tenantadm/tenants/me
The returned tenant resolves to the owner of the subject claim (user unique ID) in the JWT token. Unlike the /user/tenant endpoint, this response omits the tenant_token.
Request
Responses
- 200
- 401
- 404
- 500
A tenant descriptor is returned.
Verification failed.
User is not a part of any tenant organization.
Internal Server Error.