CreateUser
POST/users
Create a new user in your organization. Best Practice: For most use cases, we recommend using CreateUserInvite. This automatically emails the user a link to set their password and log in. Use CreateUser only if authentication is handled via SSO. If used for standard accounts, users will not receive an email and must manually navigate to https://app.arborxr.com to trigger a Forgot Password flow to access their account.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 422
- 500
Success
Bad Request
Unauthorized
Forbidden
Not Found
Unprocessable Entity
Internal Server Error