Patch a user
PATCH https://{tenant}.atomicwork.com/api/v1/users/{user_id}
Authorization
X-Api-KeyrequiredHeaders
X-Workspace-IdPath Parameters
user_idrequiredResponse
200application/json
Successful response
PATCH https://{tenant}.atomicwork.com/api/v1/users/{user_id}
X-Api-KeyrequiredX-Workspace-Iduser_idrequiredSuccessful response
curl -X PATCH 'https://{tenant}.atomicwork.com/api/v1/users/{user_id}' \
-H 'X-Api-Key: <api-key>' \
-H 'Content-Type: application/json' \
-d '{}'