Get Customer Grants

Overview

Use this API to allow customers the ability to retrieve grants for their own use. The response has all the grants provided by and provided to the customer.

Permissions

All authenticated customers can access this API.

SecurityoAuthCustomer
Request
header Parameters
Accept
required
string
Default: application/json

Content type accepted by client.

Enum: "application/json" "application/xml"
Accept-Language
required
string
Default: en-US

Language locale accepted by client (used for locale specific fields in resource representation and in error responses).

Enum: "en-US" "es-ES" "fr-FR" "it-IT" "de-DE" "nl-NL" "pt-BR" "pt-PT" "da-DK" "ru-RU" "fr-CA" "zh-CN" "ja-JP" "ko-KR" "sv-SE"
Responses
200

Response for get customer grants

204

No content

400

Bad Request

401

Unauthorized

406

Not Acceptable

500

Internal server error

get/customer/grants
Request samples
Response samples
application/json
  • GET /core/customermgr/v3/customer/grants
  • This example demonstrates the following:
    • Retrieving the grants for logged in customer who has grants on other customers, and has given grants to other customers.
{
  • "grantsOn": {
    },
  • "grantsTo": {
    }
}