API Docs / Schemas / UserForAdminDto

UserForAdminDto

User DTO for admin endpoints, includes tenant membership details.

Properties

Name Type Description
codestring

The URL-friendly unique identifier for the user

The URL-friendly unique identifier for the user

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 (computed)

The user's full name (computed)

isSuperAdminboolean

Whether the user is a super admin

Whether the user is a super admin

isEmailVerifiedboolean

Whether the user's email address has been verified

Whether the user's email address has been verified

isSupportAgentboolean

Whether the user is a support agent

Whether the user is a support agent

createdDatestring

When the user was created

When the user was created

lastLoginstring

When the user last logged in

When the user last logged in

utmUtmInfoDto
tenantsarray of UserTenantMembershipDto

The tenants this user belongs to

The tenants this user belongs to

JSON Example

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

Contained in Schemas