Workspace
Add user to a workspace
You can add users to a workspace via API only if that workspace has a paid subscription. If the workspace has a paid subscription, you can add as many users as you want but you are limited by the number of paid user seats on that workspace.
post/v1/workspaces/{workspaceId}/users
Path parameters
workspaceIdstring required
Represents a workspace identifier across the system.
Example:64a687e29ae1f428e7ebe303
Represents a workspace identifier across the system.
Query parameters
send-emailstring required
Indicates whether to send an email when user is added to the workspace.
Request body
Example request
{
"email": "johndoe@example.com"
}Response
OK
WorkspaceDtoV1 required— unresolved $ref