🟢POST users/password

Updates the password of a user within the organisation.

URL

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

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

password

string

The new password for the user. Set to null to remove the password.

Responses

Last updated