Skip to content

Update a Collaborator Roles and Permissions

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/collaborators/:collaborator_id

Update a collaborator using all fields available in the collaborator object.

  • :space_id required number

    Numeric ID of a space

  • :collaborator_id required number

    Numeric ID of a collaborator

curl "https://mapi.storyblok.com/v1/spaces/656/collaborators/2362" \
-X PUT \
-H "Authorization: YOUR_OAUTH_TOKEN" \
-H "Content-Type: application/json" \
-d "{\"collaborator\":{\"role\":49707,\"space_role_id\":49707}}"