TeamUsers
Update Team Users
Update an existing standard or service user by providing new values for the user properties to update using the following endpoint:
PATCH /api/v2/TeamUsers/{userGuid}
Replace {userGuid} with the userGuid value of the user you want to update. You can get the userGuid for a user in the response to the "List All Team Users" endpoint.
Here is an example body payload for a standard user:
{"name": "new_name", "userEnabled": 0}
Here is an example body payload for a service user:
{"name": "new_name", "userEnabled": 0, "description": "new_description"}
patch/api/v2/TeamUsers/{id}
Path parameters
idstring required
User Guid
Headers
Authorizationstring required
Bearer Access Token. For example, "Bearer {YourAPIToken}"
Content-Typestring required
application/json
Request body
Response
No Error