Add a permission to a taxonomy

post

/content/management/api/v1.1/taxonomies/{id}/permissions

Request

Supported Media Types
Path Parameters
Query Parameters
  • This parameter is used to control the returned fields for the new permission. By default no fields are returned.
    Allowed Values: [ "permissionId" ]
Header Parameters
Body ()
Add a permission with the given information in the payload. The fields role, email and fullName will be ignored even if given in the payload.

The field id represents the name of the user or group to share.
The field roleName determines the role to add. The allowed values are: manager, editor.
The field type determines if it's a user or group.
The field groupType is optional. If not provided, default value is CEC.
The field message is optional. If provided, the message will be sent in Email notification.
Root Schema : ResourcePermissionCreate
Type: object
ResourcePermissionCreate
Show Source
Nested Schema : PermissionRole
Type: object
PermissionRole
Show Source
Back to Top

Response

Supported Media Types

201 Response

Created.
Body ()
Root Schema : ResourcePermission
Type: object
ResourcePermission
Show Source
Nested Schema : PermissionRole
Type: object
PermissionRole
Show Source

400 Response

Bad request.

403 Response

Forbidden.

500 Response

Internal server error.
Back to Top