Skip to main content
GET
/
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

The unique identifier of the user

Response

User details retrieved successfully

Represents a user account with profile information and tutorial status

userName
string

The unique username for the user account

email
string<email>

User's email address, used for authentication and notifications

firstName
string

User's first name

lastName
string

User's last name

businessRole
string

User's business role or job title

tutorialStatus
object

Represents the tutorial completion status and user preferences for onboarding

I