Access Control - List Available Roles
Get the list of currently available roles.
GET https://prod.core.sphere.azure.net/v2/roles/list
Responses
Name | Type | Description |
---|---|---|
200 OK |
string[] |
Success with a list of the currently available roles |
Examples
List available roles
Sample request
GET https://prod.core.sphere.azure.net/v2/roles/list
Sample response
{
"string": [
"Administrator",
"Contributor",
"Reader"
]
}