π PUT users
Updates the details of a user within the organisation.
URL
POST https://training.tapintosafety.com.au/api/v2/usersParameters
curl https://training.tapintosafety.com.au/api/v2/users \
-X PUT \
-H "Authorization: Bearer $APIKey" \
-H "Content-Type: application/json" \
-d '{ "email": "[email protected]", \
"firstName": "Alice", \
"lastName": "Smith", \
"role": "USER", \
"organisationIdentifier": "Employee#1282" }Responses
Last updated