Obtain information about current tenant
GET/api/management/v1/tenantadm/user/tenant
The returned tenant resolves to the owner of the subject claim (user unique ID) in the JWT 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.