Skip to main content
POST
Create a User

Autorizaciones

Authorization
string
header
requerido

The authorization token in the 'Bearer ' format.

Cuerpo

application/json

Information about the user.

email
string
requerido

User's email address.

firstName
string
requerido

User's first name.

lastName
string
requerido

User's last name.

password
string
requerido

User's password for authentication.

username
string
requerido

User's username.

groups
string[]

Array of user role groups IDs. Role groups IDs can be retrieved through the List Groups endpoint.

Respuesta

Indicates that the resource was successfully created and the operation was completed as expected.

The identity details for a user, including basic info and groups.

email
string

User’s email address.

firstName
string

User’s first name.

groups
string[]

List of groups the user belongs to.

id
string

Unique identifier of the user.

lastName
string

User’s last name.

username
string

Unique username.