Hierarchy

  • GetEnterprise

Properties

fields?: string

Comma-separated list of: id, name, displayName, prefs, ssoActivationFailed, idAdmins, idMembers (Note that the members array returned will be paginated if members is 'normal' or 'admins'. Pagination can be controlled with member_startIndex, etc, but the API response will not contain the total available result count or pagination status data. Read the SCIM documentation here for more information on filtering), idOrganizations, products, userTypes, idMembers, idOrganizations

id: string

ID of the enterprise to retrieve.

member?: {
    count?: number;
    fields?: "avatarHash" | "fullName" | "initials" | "username";
    filter?: string;
    sort?: string;
    startIndex?: number;
}

Type declaration

  • Optional count?: number

    0 to 100

  • Optional fields?: "avatarHash" | "fullName" | "initials" | "username"

    One of: avatarHash, fullName, initials, username

  • Optional filter?: string

    Pass a SCIM-style query to filter members. This takes precedence over the all/normal/admins value of members. If any of the member_* args are set, the member array will be paginated.

  • Optional sort?: string

    This parameter expects a SCIM-style sorting value prefixed by a - to sort descending. If no - is prefixed, it will be sorted ascending. Note that the members array returned will be paginated if members is 'normal' or 'admins'. Pagination can be controlled with member_startIndex, etc, but the API response will not contain the total available result count or pagination status data.

  • Optional startIndex?: number

    Any integer between 0 and 100.

memberCount?: number

Deprecated

Use member.count instead.

0 to 100

memberFields?: string

Deprecated

Use member.fields instead.

One of: avatarHash, fullName, initials, username

memberFilter?: string

Deprecated

Use member.filter instead.

Pass a SCIM-style query to filter members. This takes precedence over the all/normal/admins value of members. If any of the member_* args are set, the member array will be paginated.

memberSort?: string

Deprecated

Use member.sort instead.

This parameter expects a SCIM-style sorting value prefixed by a - to sort descending. If no - is prefixed, it will be sorted ascending. Note that the members array returned will be paginated if members is 'normal' or 'admins'. Pagination can be controlled with member_startIndex, etc, but the API response will not contain the total available result count or pagination status data.

memberSortBy?: string

Deprecated

Deprecated: Please use member_sort. This parameter expects a SCIM-style sorting value. Note that the members array returned will be paginated if members is normal or admins. Pagination can be controlled with member_startIndex, etc, and the API response's header will contain the total count and pagination state.

memberSortOrder?: string

Deprecated

Deprecated: Please use member_sort. One of: ascending, descending, asc, desc

memberStartIndex?: number

Deprecated

Use member.startIndex instead.

Any integer between 0 and 100.

members?: string

One of: none, normal, admins, owners, all

organization?: {
    fields?: string;
    memberships?: "normal" | "active" | "me" | "admin" | "deactivated" | ("normal" | "active" | "me" | "admin" | "deactivated")[];
    paidAccounts?: boolean;
}

Type declaration

  • Optional fields?: string

    Any valid value that the nested organization field resource accepts.

  • Optional memberships?: "normal" | "active" | "me" | "admin" | "deactivated" | ("normal" | "active" | "me" | "admin" | "deactivated")[]

    Comma-seperated list of: me, normal, admin, active, deactivated

  • Optional paidAccounts?: boolean
organizationFields?: string

Deprecated

Use organization.fields instead.

Any valid value that the nested organization field resource accepts.

organizationMemberships?: string

Deprecated

Use organization.memberships instead.

Comma-seperated list of: me, normal, admin, active, deactivated

organizationPaidAccounts?: boolean

Deprecated

Use organization.paidAccount instead.

organizations?: string

One of: none, members, public, all

Generated using TypeDoc v0.24.8