Update user details

Request URI for Sub Account
PATCH /accounts/1/users/874

Request Format

{
  "name": "API User Name",
  "phone": "9999988877",
  "country": "India",
  "department": "Software Engineering",
  "title": "API Evangelist",
  "permission": "Browse"
}

Update specific user of a workspace.

Language
Authorization
Header
Click Try It! to start a request and see the response here!