Bulk add members to a workspace
Workspaces
Bulk add members to a workspace
Add multiple organization members to a workspace. Members are assigned the same role they hold in the organization. Management key required.
POST
Bulk add members to a workspace
Authorizations
API key as bearer token in Authorization header
Path Parameters
The workspace ID (UUID) or slug
Minimum string length:
1Example:
"production"
Body
application/json
List of user IDs to add to the workspace. Members are assigned the same role they hold in the organization.
Required array length:
1 - 100 elementsExample:
["user_abc123", "user_def456"]