Invite User
POST/api/v1/admin/users/invite
Invite new user to a workspace via email.
If workspace_id is None or empty, creates a new workspace for the user. The user becomes owner of new workspaces, or gets the requested role for existing ones.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
OK
Bad Request
Unauthorized
Forbidden
Not Found
Validation Error
Internal Server Error