UserAccount
Properties
Name |
Type |
Description |
Notes |
id |
String |
ID of a user account resource in Modigie Customers API, assigned by Firebase Auth when the corresponding user is created there. |
[optional] [default to null] |
name |
String |
Relative resource name of this user account (`path-noscheme`), assigned by system when it is created. |
[optional] [default to null] |
createTime |
Date |
Creation timestamp of this user account. |
[optional] [default to null] |
updateTime |
Date |
Last modified timestamp of this user account. |
[optional] [default to null] |
org |
UserAccount_org |
|
[optional] [default to null] |
customer |
UserAccount_customer |
|
[optional] [default to null] |
roles |
List |
The roles of this user in context of the org account. |
[optional] [default to null] |
firstName |
String |
|
[optional] [default to null] |
middleName |
String |
|
[optional] [default to null] |
lastName |
String |
|
[optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]