Enables a user accounts access to the organisation.
Last updated 7 months ago
PATCH https://training.tapintosafety.com.au/api/v2/users/{User Id}/enable
User Id*
User Id
The Id of the user to enable. Formatted as a GUID. A list of users can be found using .
* required
curl https://training.tapintosafety.com.au/api/v2/users/00000000-0000-0000-0000-000000000000/enable \ -X PATCH \ -H "Authorization: Bearer $APIKey"
A 204 response will be received even if the specified user is already enabled.
204 - OK
No response body.
400 - Bad Request
Error Code: USER_NOT_FOUND
USER_NOT_FOUND
A user could not be found with the specified User Id