This endpoint allows you to add multiple users to a specific workspace in a single request. Each user is assigned a role within the workspace.
Endpoint: https://be.datagol.ai/noCo/api/v2/workspaces/{workspaceId}/bulkUsers
Method: POST
Auth Required
Yes (x-auth-token)
| Parameter | Type | Required | Description |
|---|---|---|---|
workSpaceUsers | array | Yes | List of users to be added to the workspace |
workSpaceUsers.email | string | Yes | Email ID of the user |
workSpaceUsers.role | string | Yes | Role assigned to the user in the workspace (CREATOR, EDITOR, VIEWER) |
message | string | No | Optional message sent along with the invite |
Add Service Email to Workspace