v8

OpenAPI 3.1.02026-08-03150119167.4 KB
Backoffice

Create User Route

Create User

post/backoffice/users

Request body

first_namestring nullable
last_namestring nullable
emailstring email required
verifiedboolean

Response

User created successfully

idstring required
auth_idstring required
emailstring required
read_onlyboolean
languagestring nullable
organisation_limitinteger
created_atstring date-time nullable
is_organisation_memberboolean
can_use_organisationsboolean required

Whether the organisation switcher should be shown to this user.

True either because they may create organisations of their own, or because they have been invited into someone else's — with a limit of 0 and no memberships the personal organisation is all they will ever have, so there is nothing to switch between.