UserApiModel

UserId

Type integer
Email

Type string
FirstName

Type string
LastName

Type string
Company

Type string
Department

Type string
Address1

Type string
Address2

Type string
City

Type string
PostalCode

Type string
State

Type string
CountryId

Type string
PhoneNumber

Type string
Roles

Type Collection of UserRoleApiModel
Rights

SurveyAccess

Type Collection of SurveyAccessApiModel
IsLocked

Type boolean
LastLoginDate

Type string
AccountId

Type string
AccountTypeId

Type integer
LanguageCode

Type string
TimeZoneId

Type byte
DateFormat

Type string
Use12hTimeFormat

Type boolean
DecimalSymbol

Type string
AllowUserChangeEmailAddress

Type boolean
IsSSOEnabled

Type boolean
PasswordAuthenticationAllowed

Type boolean
UserName

Type string
TitleId

Type byte
Province

Type string
SubscribedToNewLetters

Type boolean
SubscribedToProductNotifications

Type boolean
TotpVerifyMethodId

Type byte
ActiveSince

Type string
Links

HATEOAS related to this object. It wil contain relevant url's such as previous and next page for paged results, create/update/delete action. These url's can be used in your application for the next steps in your application logic.


Type Hateoas

Related Methods