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

User

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

Current User Query

Query the current authenticated user