| Name | Description | Type | Additional information |
|---|---|---|---|
| userid |
User id |
integer |
None. |
| fullname |
User full name |
string |
Required String length: inclusive between 3 and 2147483647 |
|
User email addess |
string |
Required |
|
| phone |
User phone number |
string |
Required |
| firstName | string |
None. |
|
| lastName | string |
None. |
|
| genovaID | string |
None. |
|
| password |
User password It is an optional field. In case the API user is not enter the password then system will generate a new random password. |
string |
String length: inclusive between 4 and 200 |
| active |
It represents the user is active or not. By default the user is active. |
boolean |
None. |
| address1 |
Client's first address |
string |
Required |
| address2 |
Client's second address |
string |
None. |
| city |
User's city |
string |
Required |
| state |
User's state |
string |
Required String length: inclusive between 2 and 2 |
| zip |
User's zip code |
string |
Required |
| country |
Country name in case of international user |
string |
None. |
| companyname |
User's company name |
string |
None. |
| specialty |
User's speciality |
string |
None. |
| emails |
It is a boolean field, if its true then the user will receives emails otherwise not. |
boolean |
None. |
| referedby |
User refered by |
string |
None. |
| clientkey |
Client's key |
string |
None. |
| clientsecret |
Client's secret key |
string |
None. |
| apiuser |
It represents the user is an API user or not. |
boolean |
None. |
| errormsgs | UserVM |
None. |
|
| accesstocken | string |
None. |
|
| RoleType | string |
None. |
|
| TotalRecords | integer |
None. |
|
| userStatus | string |
None. |
|
| userVMs | Collection of UserVM |
None. |
|
| AccountMangerName | string |
None. |
|
| approveStatus | string |
None. |
|
| isapprove | boolean |
None. |
|
| IsError | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnUrl | string |
None. |
|
| ReturnId | integer |
None. |