Determine whether the specified role exists

head/roles/{roleId}
Internal-Use Only

Check whether the specified role exists. Authorization: Requires read access to the role context.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
roleId
string
true

The unique identifier of the role.

Examples:
"e6cde4d0-c6d6-47b4-b322-74def48c1dd1"

Responses

StatusMeaningDescription
200OKOK - the role exists.
404Not FoundThe role could not be found.