次の方法で共有


Access Control - List Available Roles

現在使用可能なロールの一覧を取得します。

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

応答

名前 説明
200 OK

string[]

現在使用可能なロールの一覧を使用した成功

List available roles

Sample Request

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

Sample Response

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