User
User account details.
Fields
| Field | Type | Description |
|---|---|---|
| allOrgs | [Org!]! | The suborganizations in which the user has roles. |
| assignedRoles | [RoleAssignment!]! | Roles assigned to the user. |
| directlyAssignedRoles | [Role!]! | Roles directly assigned to the user. |
| domain | UserDomainEnum! | The domain the user belongs to. |
| domainName | String | Name of the domain to which the SSO user belongs. |
| String! | The user's email address. | |
| emailConfig | [EventDigest!]! | Email notification configurations. |
| eulaState | EulaState! | The user's EULA acceptance state. |
| groups | [String!]! | The groups that the user belongs to. |
| id | String! | The user ID. |
| inheritedRoles | [Role!]! | Roles inherited by the user. |
| isAccountOwner | Boolean! | Specifies whether user is an account owner. |
| isEmailEnabled | Boolean! | Specifies whether the user has email notifications enabled. |
| isHidden | Boolean! | Specifies whether auth domain user is hidden. |
| lastLogin | DateTime | The last time the user logged in. |
| lockoutHistory | [UserLockoutEvent!]! | The user account lockout history. |
| lockoutState | LockoutState! | The user account lockout information. |
| passkeyMetadata | PasskeyMetadata! | The passkey metadata of the user. |
| roles | [Role!]! | Roles assigned to the user. |
| status | UserStatus! | The status of the user account. |
| totpStatus | TotpStatus! | The TOTP status of user. |
| unreadCount | Long! | The number of unread notifications for the current user. |
| username | String! | The user's username. |
Used By
Queries
- query: allAccountOwners
- query: allUsersOnAccount
- query: currentUser
- query: allUsersOnAccountConnection (via connection)
- query: usersInCurrentAndDescendantOrganization (via connection)
Referenced by
- ClassificationPolicyDetail.creator
- Crawl.user
- ExistingUser.user
- Group.activeUsers
- Group.users
- OracleLiveMount.owner
- PolicyDetail.creator
- ScheduledReport.creator
- ScheduledReport.lastEditor
- ScheduledReport.rubrikRecipientUsers
- SupportUserAccess.accessProviderUser
- SupportUserAccess.impersonatedUser
- ThreatHunt.createdBy
- UserLoginContext.user