post https://api.lucid.co/users
Creates a new user and adds them to the authenticated account.
- Licenses are granted to the user based on the authenticated account's auto licensing settings.
Use of this endpoint can only be authorized by administrators on accounts with Enterprise licenses.
Valid Authentication Methods
OAuth 2.0 Account Token Scopes:
- account.user
Responses
400Bad Request. Occurs if any input field is invalid.
403Forbidden. Occurs if the app making the request does not have permission to create users, if the email domain is under domain control by a different account, or if the token requesting to create a user is not on an Enterprise account.
409Conflict. Occurs if a user with the same email or username already exists.