🟡PATCH users/enable
Enables a user accounts access to the organisation.
URL
PATCH https://training.tapintosafety.com.au/api/v2/users/{User Id}/enable
Parameters
URL Parameters
Name
Description
User Id
*
The Id of the user to enable. Formatted as a GUID. A list of users can be found using GET users.
* required
Responses
204 - OK
No response body.
400 - Bad Request
Error Code: USER_NOT_FOUND
A user could not be found with the specified User Id
Last updated