Create User
POST/api/users
Creates a new user in your organization.
The user will be created with the specified name and email address. The email must be unique and valid.
To create a machine user (for API access, CI/CD pipelines, or service accounts), set is_machine_user to true. Machine users do not require a valid email format — you can use a descriptive identifier instead (e.g. ci-pipeline@machines).
Request
Responses
- 201
- 400
- 401
- 500
User created successfully
Invalid request body
Authentication required or invalid token
Internal server error