post https://api.seismic.com/workspace/v1/items//members
Add a member to workspace content or folder.
SCOPES
Required: seismic.workspace.manage
Body Definitions
{
"id": "string",
"role": "string"
}
Attribute | Description |
---|---|
id | (Required) the id of the user which you want to invite to view/manage a content or folder |
role | (Required) the role of the member which have two options 'Manager' or 'Viewer' 'Manager ' means that you have the permission to edit and view a content or folder'Viewer' means that you only have the permission to view a content or folder |