add_collaborator
Add collaborators to Storyblok spaces by specifying email and role parameters to manage team access and permissions.
Instructions
Adds a collaborator to a space in Storyblok. Use either role (string) OR space_role_id (int) OR space_role_ids (list).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email of the collaborator to add | ||
| role | No | Role string | |
| space_role_id | No | Single space role ID | |
| space_role_ids | No | List of space role IDs | |
| permissions | No | List of permissions | |
| allow_multiple_roles_creation | No | Allow multiple roles creation |