Copy a custom role
Creates a copy of a custom collaborator role with the ability to change the folders accessible by the role. The folder IDs can be obtained with the GET folders endpoint.
Path parameters
id
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
Name of the new custom role.
folder_ids
Array of project folder IDs to override. Folder IDs are copied directly from the source if you don't provide specific folder IDs.
Response
Details of a specific role
id
The unique identifier of the role.
name
The name of the role.
inheritable
Indicates whether the role is inheritable.
folder_ids
Array of folder IDs associated with the role.
created_at
The timestamp when the role was created.
updated_at
The timestamp when the role was last updated.