🟡PATCH users/enable
Enables a user accounts access to the organisation.
URL
PATCH https://training.tapintosafety.com.au/api/v2/users/{User Id}/enableParameters
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
curl https://training.tapintosafety.com.au/api/v2/users/00000000-0000-0000-0000-000000000000/enable \
-X PATCH \
-H "Authorization: Bearer $APIKey" 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