' Options: 'Date: 2026-05-19 11:39:05 'Version: 8.22 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://dev-api-booster.richemont.com ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: GetUser.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports Richemont.Booster2.PublicApi.Security.ServiceModel Namespace Global Namespace Richemont.Booster2.PublicApi.Security.ServiceModel Public Partial Class GetUser Implements IReturn(Of GetUserResponse) ''' '''User's UserID ''' Public Overridable Property userId As String End Class Public Partial Class GetUserResponse ''' '''Unique Identifier of a User ''' Public Overridable Property userId As Guid ''' '''User's Email address ''' Public Overridable Property emailAddress As String ''' '''First Name ''' Public Overridable Property firstName As String ''' '''Last Name ''' Public Overridable Property lastName As String ''' '''User's Password Expiration Date ''' Public Overridable Property passwordExpirationDate As String ''' '''If the User must change the password ''' Public Overridable Property passwordMustBeChanged As Boolean ''' '''User Type of the User ''' Public Overridable Property userType As String ''' '''Culture ID of the User ''' Public Overridable Property culture As String ''' '''If the User account is locked ''' Public Overridable Property accountLocked As Boolean End Class End Namespace End Namespace