Removes one or more permissions from a user’s existing permissions list.
Only admin-level users can perform this action.
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer token |
| Content-Type | string | Yes | application/json |
| Field | Type | Required | Description |
|---|---|---|---|
| payload | object | Yes | Remove permissions payload |
| payload.userId | string | Yes | The ID of the user to update |
| payload.permissions | array | Yes | List of permissions to remove |
compass.module.action
* as wildcard (e.g., compass.dashboard.*)compass.dashboard.overview)compass.emailmeter)/user/add-permissions endpoint to add permissionscompass.dashboard.* removes all dashboard permissionsBearer authentication header of the form Bearer <token>, where <token> is your auth token.