update_collaborator
Modify collaborator roles, permissions, or access paths in Storyblok to manage user access and control content editing capabilities.
Instructions
Updates roles, permissions, or access paths for an existing collaborator.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collaborator_id | Yes | ID of the collaborator to update | |
| role | No | New role string | |
| user_id | No | User ID | |
| permissions | No | List of permissions | |
| space_role_id | No | Single space role ID | |
| space_role_ids | No | List of space role IDs | |
| allowed_paths | No | List of allowed path IDs | |
| field_permissions | No | List of field permissions |