v1
latestOpenAPI 3.0.12026-07-24283883639.5 KBUser
Update a Specific User
This endpoint updates supplied fields for a specific user. <br><br>The PATCH endpoint does not support the X-Degreed-Organization-Code header. <br><br>Note: <br><ul><li>The manager assigned to the user must have an employee id to be valid. </li><li>In order to use the job-role parameter, you must have the job role setting enabled for your organization. Contact your Degreed Technical Solutions Specialist for assistance.</li><li>profile-visibility cannot be modified using PATCH.</li></ul><h3>Required Scope</h3>users:write
patch/api/v2/users/{id}
Path parameters
idstring required
The ID of the user to update.
Request body
Example request
{
"data": {
"attributes": {
"permission-role": "Admin",
"job-role": "Project Manager"
}
}
}Response
Success