다음을 통해 공유


Access Control - List Available Roles

현재 사용 가능한 역할 목록을 가져옵니다.

GET https://prod.core.sphere.azure.net/v2/roles/list

응답

Name 형식 Description
200 OK

string[]

현재 사용 가능한 역할 목록으로 성공

예제

List available roles

Sample Request

GET https://prod.core.sphere.azure.net/v2/roles/list

Sample Response

{
  "string": [
    "Administrator",
    "Contributor",
    "Reader"
  ]
}