Skip to main content

OrganizationUser

User in the organization (from Keycloak)

type OrganizationUser {
id: ID!
username: String!
email: String
emailVerified: Boolean!
firstName: String
lastName: String
enabled: Boolean!
createdAt: Time!
}

Fields

OrganizationUser.id ● ID! non-null scalar

User ID (Keycloak UUID)

OrganizationUser.username ● String! non-null scalar

Username

OrganizationUser.email ● String scalar

Email address

OrganizationUser.emailVerified ● Boolean! non-null scalar

Whether the email is verified

OrganizationUser.firstName ● String scalar

First name

OrganizationUser.lastName ● String scalar

Last name

OrganizationUser.enabled ● Boolean! non-null scalar

Whether the user account is enabled

OrganizationUser.createdAt ● Time! non-null scalar

User creation timestamp (Unix milliseconds)

Returned By

groupMembers query ● organizationUsers query