POST /cc/api/role/revoke

Replaced by

Specifically, to revoke a role through an access request, you will use the following JSON payload. Please see the above documentation for more configuration options.

{
  "requestedFor": [
    "2c918084660f45d6016617daa9210584"
  ],
  "requestType": "REVOKE_ACCESS",
  "requestedItems": [
    {
      "type": "ROLE",
      "id": "2c9180835d2e5168015d32f890ca1581",
      "comment": "User has left the company"
    }
  ]
}
1 Like