Create a User
Create a User
Use this endpoint to create a user access and assign it to a permission group in a single step.
POST
Create a User
Documentation Index
Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The authorization token in the 'Bearer ' format.
Body
application/json
Information about the user.
User's email address.
User's first name.
User's last name.
User's password for authentication.
User's username.
Array of user role groups IDs. Role groups IDs can be retrieved through the List Groups endpoint.
Response
Indicates that the resource was successfully created and the operation was completed as expected.

