Adds one or more permissions to 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 | Add permissions payload |
| payload.userId | string | Yes | The ID of the user to update |
| payload.permissions | array | Yes | List of permissions to add |
compass.module.action
* as wildcard (e.g., compass.dashboard.*)compass.dashboard.overview)compass.emailmeter)/user/remove-permissions endpoint to remove permissionscompass.dashboard.* - Full dashboard accesscompass.dashboard.overview - Dashboard overview onlycompass.emailmeter.* - Full Email Meter accesscompass.emailmeter.stats - Email Meter statistics onlycompass.hubspot.* - Full HubSpot accesscompass.users.* - User management accesscompass.departments.* - Department management accessBearer authentication header of the form Bearer <token>, where <token> is your auth token.