🟢POST users

Creates a new user for the organisation.

URL

POST https://training.tapintosafety.com.au/api/v2/users

Parameters

Body Parameters

Name
Type
Description

email*

string

The email of the new user.

password

string

The password for the new user.

firstName*

string

The first name of the new user.

lastName*

string

The last name of the new user.

role*

string

The role of the new user.

(USER or ADMIN)

organisationIdentifier

string

The custom identifier for the new user.

* required

Responses

Last updated