Create a new user
Profile
Create a new user
POST
Create a new user
Documentation Index
Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT-based authentication
Body
application/json
User ID
Example:
1
First name
Example:
"Max"
Last name
Example:
"Mustermann"
Email address (read only)
Example:
"demo@enneo.dev"
Phone number
Example:
"+49 123 456789"
Image
Password
Example:
123456
The last time the user was seen (read only)
Example:
"2022-08-12 12:21:21"
The type of the user
Example:
"enneo"
If 1, the user can only login via SSO. If 0, the user can login with password or SSO
Available options:
0, 1 Example:
0
The language of the user
Example:
"de"
Alternative display name or alias for the user
Example:
"Johnny"
External identifier such as employee number or ID from external system
Example:
"EMP-12345"
- Option 1
- Option 2