interface OrganizationDto {
    _links?: SelfLinkDto;
    created?: DateDto;
    id?: string;
    name?: string;
    scimManaged?: boolean;
    uuid?: string;
}

Properties

_links?: SelfLinkDto

REST API URL to the organization.

created?: DateDto

Date the organization was created. This field may not be present in some older organizations.

id?: string

A unique system generated ID for the organization.

name?: string

Name of the organization.

scimManaged?: boolean

Returns if an organization is managed by scim. This field may not be present in some older organizations

uuid?: string

A unique system generated ID for the organization. This is identity from the group directory id