| avatarUrl: String | The user avatar URL |
| billable: Boolean | If the user is billable |
| canBeRemoved: Boolean | Whether the current user can remove this user |
| confirmationTokenHasExpired: Boolean | Returns information about email provider of the current user |
| confirmed: Boolean | Whether the user is confirmed or not |
| createdAt: String | When the user was created |
| currentOrganizationRole: String | The user role name for current organization |
| customRole: Boolean | The role is custom |
| departmentKey: String | The user department key |
| displayName: String | The user display name |
| email: String | The user email |
| hasGuestRole: Boolean | Whether the user has a guest role in the organization |
| hasUnreadNotifications: Boolean | Returns if the user has unread notifications |
| id: ID | The user ID |
| intercomHash: String | Return the hash reference for intercom |
| intercomId: ID | The user intercom reference |
| invitationAccepted: Boolean | The user invitation acceptance |
| invited: Boolean | Whether the user was invited to register or not |
| lastSignInAt: String | When the user last authenticated |
| locale: String | The user language |
| name: String | The user name |
| openNestedStartForm: Boolean | Whether the startform open in a modal or inside open card |
| otpRequiredForLogin: Boolean | Whether OTP is required for login. Used for Multi-Factor authentication |
| permissions: UserPermissionsInternalGQL | Current user permission to this user |
| phone: String | The user's phone |
| preferences: UserPreference | The user preferences |
| roleName: String | The user role name |
| roleTitle: String | The custom role name |
| signupData: String | The user template category key |
| timezone: String | The user time zone |
| username: String | The user username |
| uuid: ID | The user UUID |