AddWorkspaceMember
POST/api/v1/workspaces/:workspace_id/members
Adds a user to a workspace.
You can specify the user by either user_id or email (at least one is required).
Only one owner is allowed per workspace. User must be a member of the parent organization.
Requires WRITE permission on the workspace level.
Request
Responses
- 201
- 400
- 401
- 403
- 404
Document created, URL follows
Response Headers
Bad request syntax or unsupported method
No permission -- see authorization schemes
Request forbidden -- authorization will not help
Nothing matches the given URI