User
User entity, not afiliated with a specific Business user
type User {
consentsToDataCollection: Boolean
createdDate: DateTime!
email: String
id: UUID!
name: String
organizationId: UUID!
phoneNumber: String
representative: Representative
representativeId: UUID
roles: [UserRole!] @deprecated
state: UserState!
updatedDate: DateTime!
wantsEmailConvocation: Boolean
}
Fields
| Nom | Type | Description |
|---|---|---|
| consentsToDataCollection | Boolean scalar | — |
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
String scalar | — | |
| id | UUID! non-null scalar | Unique identifier of the entity |
| name | String scalar | — |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| phoneNumber | String scalar | — |
| representative | Representative object | Entity, in case the user is mapped to a representative |
| representativeId | UUID scalar | Id, in case the user is mapped to a representative |
| state | UserState! non-null enum | activated account or not |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity |
| wantsEmailConvocation | Boolean scalar | myUser preSignupTenant signupTenant updateSendConvocationMethodPreference updateUser File PropertyEvent RentalFolderAccess Ticket TicketEntry |