Skip to main content

GloOrganization

No description

type GloOrganization {
accountType: GloAccountType!
active: Boolean!
allowDisplayUsers: Boolean!
billingAddress: GloAddress
currency: String
customerNumber: String
description: String
fax: String
groups: [GloUserGroup]
id: ID!
isPublic: Boolean!
name: String
organizationId: String
organizationParameters: [GloParameter]
phone: String
picture: String
samlSettings: GloSamlSettings
shippingAddress: GloAddress
users: [GloUser]
webSite: String
}

Fields

GloOrganization.accountType ● GloAccountType! non-null enum

Type of account (e.g., personal, business).

GloOrganization.active ● Boolean! non-null scalar

Indicates whether this organization is active.

GloOrganization.allowDisplayUsers ● Boolean! non-null scalar

Indicates whether users associated with this organization can be displayed publicly.

GloOrganization.billingAddress ● GloAddress object

Address associated with billing purposes.

GloOrganization.currency ● String scalar

Preferred currency used by the organization.

GloOrganization.customerNumber ● String scalar

Customer-specific reference number for external systems.

GloOrganization.description ● String scalar

General description or notes about the organization.

GloOrganization.fax ● String scalar

Fax number associated with the organization.

GloOrganization.groups ● [GloUserGroup] list object

User groups associated with this organization.

GloOrganization.id ● ID! non-null scalar

Organization global resource identifier.

GloOrganization.isPublic ● Boolean! non-null scalar

Whether this organization is publicly visible.

GloOrganization.name ● String scalar

Name of the organization.

GloOrganization.organizationId ● String scalar

Organization identifier.

GloOrganization.organizationParameters ● [GloParameter] list object

List of parameters or configurations specific to the organization.

GloOrganization.phone ● String scalar

Primary contact phone number for the organization.

GloOrganization.picture ● String scalar

Profile picture or logo URL for the organization.

GloOrganization.samlSettings ● GloSamlSettings object

Configuration settings for SAML authentication.

GloOrganization.shippingAddress ● GloAddress object

Address used for shipping or delivery purposes.

GloOrganization.users ● [GloUser] list object

Users belonging to this organization.

GloOrganization.webSite ● String scalar

Official website URL of the organization.