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

Hierarchy

  • Record<string, unknown>
    • UsersOrganizationUpdateDto

Properties

accountIds?: string[]

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

organizationId?: number

The organizationId in which users need to be added

usernames?: string[]

This property is no longer available and will be removed from the documentation soon. See the deprecation notice for details. Use accountIds instead.