Field name | Value type | Non-null | Description |
---|---|---|---|
userId | ID | true | A unique identifier for the user. |
projectId | ID | true | A unique identifier for the project. |
shortId | NonEmptyString | true | A human-readable identifier for the user. |
slots | [Slot] | false | List of slots. |
role | UserRole | true | Specifies a user role in project. |
email | EmailAddress | true | Specifies a user email. |
phoneNumber | PhoneNumber | false | Specifies a user phone number (mobile). |
fullName | NonEmptyString | false | Specifies a user full name. |
jobTitle | NonEmptyString | false | Specifies a user job title. |
photoUrl | URL | false | Specifies the location of a user photo as a URL. |
createdAt | DateTime | true | The date and time when a user was created. |
updatedAt | DateTime | true | The date and time when a user was updated. |