Skip to main content

OrganizationInfo

Organization information including contact details. Stores title (editable) and contact fields in Keycloak organization attributes. The alias/ID is immutable after creation.

type OrganizationInfo {
id: String!
title: String!
country: String
state: String
city: String
address1: String
address2: String
mobile: String
}

Fields

OrganizationInfo.id ● String! non-null scalar

The unique alias of the organization (immutable identifier)

OrganizationInfo.title ● String! non-null scalar

The display title of the organization

OrganizationInfo.country ● String scalar

Country

OrganizationInfo.state ● String scalar

State or province

OrganizationInfo.city ● String scalar

City

OrganizationInfo.address1 ● String scalar

Primary address line

OrganizationInfo.address2 ● String scalar

Secondary address line

OrganizationInfo.mobile ● String scalar

Mobile phone number

Returned By

organizationInfo query ● updateOrganization mutation ● userOrganizations query

Member Of

ViewerContext object