Skip to main content
This page describes the User object that represents a user account in WisdomAI.

User

id
ID!
required
A unique identifier for the user.
email
String!
required
The user’s email address.
name
String!
required
The user’s display name.
profilePicture
String!
required
URL to the user’s profile picture.
creationTimestamp
String!
required
Timestamp when the user account was created.
lastActiveSessionTimestamp
String
Timestamp of the user’s last active session. Null if the user has never logged in.
roleAssignments
[RoleAssignment!]!
required
List of role assignments granted to this user.
userAttributes
[UserAttribute!]!
required
User attributes from the authentication token.
isScimManaged
Boolean!
required
Whether this user account is managed via SCIM provisioning.

Current User Query

Query the current authenticated user