Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.26 KB

CreateUserRequest.md

File metadata and controls

25 lines (21 loc) · 1.26 KB

Yaksa.OrckestraCommerce.Client.Model.CreateUserRequest

Users represents the persons interacting with the system.

Properties

Name Type Description Notes
Address string the address. [optional]
City string the city. [optional]
Country string the country. [optional]
Department string the department. [optional]
DisplayName string the display name. [optional]
Enabled bool a value indicating whether user is enabled. [optional]
FirstName string the first name. [optional]
JobTitle string the job title. [optional]
LastName string the last name. [optional]
Mobile string the mobile. [optional]
PasswordProfile PasswordProfile [optional]
Phone string the phone. [optional]
PostalCode string the postal code. [optional]
PreferredLanguage string the preferred language. [optional]
State string the state. [optional]

[Back to Model list] [Back to API list] [Back to README]