OBJECT

ExistingUser

Description

Details of an existing user.

link GraphQL Schema definition

  • type ExistingUser {
  • # ID of the user.
  • id: String!
  • # Specifies whether the user is an org admin.
  • isOrgAdmin: Boolean!
  • # Specifies user details.
  • user: User!
  • }