Create a user
POST/v2/users
Creates a user in the current customer account. Use this endpoint to add users programmatically, assign roles, and set 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 creating a user.