interface GetOrgsRequest {
    descending?: any;
    limit?: number;
    offset?: number;
    org?: string;
    orgID?: string;
    userID?: string;
}

Properties

descending?: any
limit?: number

Limits the number of records returned. Default is 20.

offset?: number

The offset for pagination. The number of records to skip.

org?: string

An organization name. Only returns organizations with this name.

orgID?: string

An organization ID. Only returns the organization with this ID.

userID?: string

A user ID. Only returns organizations where this user is a member or owner.

MMNEPVFCICPMFPCPTTAAATR