Add Member
POST/workspaces/:workspace_id/members
Add a user to a workspace. Workspace admin or platform admin access only.
Returns 404 if the workspace or the user named by user_id does not exist. Returns 403 if
the caller is not a workspace_admin member of the workspace (or a platform admin). Returns
422 if the workspace is personal (single-user) or role is not a recognized workspace role.
Returns 409 if the user is already a member of this workspace.
Request
Responses
- 201
- 403
- 404
- 409
- 422
Successful Response
Forbidden
Not Found
Conflict
Unprocessable Entity