v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Users API

Create a User

Use this endpoint to create a user access and assign it to a permission group in a single step.

post/v1/users

Request body

emailstring required

User's email address.

firstNamestring required

User's first name.

groupsstring[]

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

lastNamestring required

User's last name.

passwordstring required

User's password for authentication.

usernamestring required

User's username.

Response

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

emailstring

User’s email address.

firstNamestring

User’s first name.

groupsstring[]

List of groups the user belongs to.

idstring

Unique identifier of the user.

lastNamestring

User’s last name.

usernamestring

Unique username.