---
title: Collaborators
description: Manage collaborators: use the endpoint to control access, add, delete, or update collaborators with specific roles and permissions
url: https://storyblok.com/docs/api/management/collaborators
---

# Collaborators

A collaborator is a user in the space. The collaborators endpoint allows you to add, delete, or update collaborators, including their roles and permissions. It also lists collaborators with access to a space.

Endpoint

```bash
/v1/spaces/:space_id/collaborators
```

## Pagination

-   [Previous: Create a Branch Deployment](/docs/api/management/branch-deployments/create-a-branch-deployment)
-   [Next: Add a Collaborator](/docs/api/management/collaborators/add-a-collaborator)
