Skip to main content
PATCH
/
users
/
{userName}
{
  "userName": "<string>",
  "email": "jsmith@example.com",
  "firstName": "<string>",
  "lastName": "<string>",
  "businessRole": "<string>",
  "tutorialStatus": {
    "projectTutorial": {
      "hasClickedCreateModel": false,
      "doNotShowModelIntro": false,
      "doNotShowSchemaExplorerTip": false,
      "doNotShowTutorialInHomePanel": false
    }
  }
}

Path Parameters

userName
string
required

Body

application/json
userName
string
password
string
email
string<email>
firstName
string
lastName
string
businessRole
string
tutorialStatus
object

Response

userName
string
email
string<email>
firstName
string
lastName
string
businessRole
string
tutorialStatus
object