v1

latestSwagger 2.02026-07-14172228.6 KB
Users

Create User

Creates a new organization user and adds them to the user domain. The user email domain must match an existing organization email domain.

post/Users

Headers

Authorizationstring required

Access token prefixed with 'Bearer ', e.g. 'Bearer 123456abcdef'

Request body

displayNamestring

The user's display name

localestring

The user's language settings

passwordstring

The user's password

timezonestring

The user's time zone

userNamestring

The user's username, usually their email address

Response

The user has been created.

displayNamestring required

The user's display name

idstring required

The user's unique key

localestring required

The user's language settings

timezonestring required

The user's time zone

userNamestring required

The user's username, usually their email address