Skip to main content

Create a user

POST 

/users

Creates a user.

Request

Body

required
    email string

    The email of the user. If provided, a Nabla account will be created and the user will be able to self-login using it.

    roles role[]

    Possible values: [ADMINISTRATOR, PRACTITIONER]

Responses

User.

Schema
    id uuidrequired

    A unique identifier.

    email emailnullablerequired

    The email of the user.

    roles role[]required

    Possible values: [ADMINISTRATOR, PRACTITIONER]

Loading...