🟠PUT users

Updates the details of a user within the organisation.

URL

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

Parameters

Query Parameters

Name
Type
Description

userIdentifier*

string

The identifier of the user to update. Can be the users email or Id.

* required

Body Parameters

Name
Type
Description

email*

string

The email of the user.

firstName*

string

The first name of the user.

lastName*

string

The last name of the user.

role*

string

The role of the user.

(USER or ADMIN)

organisationIdentifier

string

The custom identifier for the user.

* required

Responses

Last updated