interface AddUsersToOrganization {
    accountIds?: string[];
    organizationId: number;
}

Hierarchy (view full)

Properties

accountIds?: string[]

List of customers, specific by account IDs, to add to or remove from the organization.

organizationId: number

The ID of the organization.