get https://{tenanturl}/v1.0/saml/alias/
Retrieves a specific alias of tenant.
Responses
400Bad Request Exception
403Forbidden
404Alias Not Found
500Internal Server Error
Retrieves a specific alias of tenant.
400Bad Request Exception
403Forbidden
404Alias Not Found
500Internal Server Error
xxxxxxxxxx
curl --request GET \
--url https://tenant_url/v1.0/saml/alias/aliasUuid \
--header 'accept: application/json'