add_collaborator
Add a collaborator to a Storyblok space by specifying email and optional role, space role ID, or permissions. Simplify team management and access control.
Instructions
Adds a collaborator to a space in Storyblok.
Use either `role` (string) OR `space_role_id` (int) OR `space_role_ids` (list[int]).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| allow_multiple_roles_creation | No | ||
| Yes | |||
| permissions | No | ||
| role | No | ||
| space_role_id | No | ||
| space_role_ids | No |