API Docs / Schemas / CurrentUserResponse

CurrentUserResponse

Response DTO for the current authenticated user

Properties

Name Type Description
codestring

The user's unique code

The user's unique code

emailstring

The user's email address

The user's email address

firstNamestring

The user's first name

The user's first name

lastNamestring

The user's last name

The user's last name

fullNamestring

The user's full name

The user's full name

isEmailVerifiedboolean

Indicates whether the user's email address has been verified

Indicates whether the user's email address has been verified

isSuperAdminboolean

Indicates whether the user is a super admin

Indicates whether the user is a super admin

avatarstring

URL to the user's avatar image

URL to the user's avatar image

authProviderstring

The authentication provider type (Local, Auth0, Google, etc.)

The authentication provider type (Local, Auth0, Google, etc.)

JSON Example

{
  "code": "string",
  "email": "string",
  "firstName": "string",
  "lastName": "string",
  "fullName": "string"
}

Used By Operations