Create user
https://api.example.com/v1/users
Create a new user
Request body
emailstringRequiredpasswordstringRequiredfirstNamestringRequiredlastNamestringRequiredrolestringDefaults: useruserstringadminstringmoderatorstring
User's email address
User's password
User's first name
User's last name
User's role in the system
Response
User created successfully
idstringRequiredemailstringRequiredfirstNamestringRequiredlastNamestringRequiredrolestringRequireduserstringadminstringmoderatorstringisActivebooleanRequiredcreatedAtstringRequiredupdatedAtstringRequired
Unique identifier for the user
User's email address
User's first name
User's last name
User's role in the system
Whether the user account is active
When the user was created
When the user was last updated
Built with