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