Skip to main content

adminUser

Retrieve detailed information about a specific administrative user by their email address.

Returns comprehensive user data including profile information, roles, and associated organizational details. Essential for user management and administrative oversight operations.

Possible errors:

  • NOT_FOUND: User with the specified email address does not exist
  • UNAUTHENTICATED: Invalid or missing authentication token
  • FORBIDDEN: Insufficient permissions to access user data

AUTH: Role=[role.OWNER,role.EDITOR,role.VIEWER] OR (('user is authenticated') AND ('email if present in input matches JWT'))

adminUser(
email: String!
): AdminUser!

Arguments

adminUser.email ● String! non-null scalar

Email address of the administrative user to retrieve. Must be a valid email format and correspond to an existing user in the system.

Type

AdminUser object