Skip to main content

adminUserTenant

Retrieve detailed information about a specific tenant.

Returns comprehensive tenant data including configuration, settings, and administrative details. Used for tenant management and multi-tenancy administration.

Possible errors:

  • UNAUTHENTICATED: Invalid or missing authentication
  • FORBIDDEN: Insufficient permissions to access tenant data

AUTH: Role=[role.OWNER,role.EDITOR]

adminUserTenant(
id: Int!
): AdminUserTenant!

Arguments

adminUserTenant.id ● Int! non-null scalar

Unique identifier of the tenant to retrieve.

Must be a positive integer representing a valid tenant ID in the system.

Type

AdminUserTenant object

Organizational entity representing a multi-tenant configuration with administrative settings and user associations. Contains all necessary information for tenant management and access control.