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