Create a user in the current customer account
POST/v2/users
Supported API Key Type:
Personal
Create a user for the current customer account. For example, a company wants to onboard new team members efficiently and this endpoint lets you streamline the process by adding new users programmatically, assigning appropriate roles, and setting up access permissions.
Request
Responses
- 201
- 400
- 403
The response returns a user object that contains the assigned user ID, email, username, enabled status, description, creation timestamp, and assigned API roles.
User creation request was malformed.
Permissions do not allow retrieving a user.