interface GetOrganizationProperty {
    organizationId: string;
    propertyKey: string;
}

Properties

organizationId: string

The ID of the organization from which the property will be returned.

propertyKey: string

The key of the property to return.