interface ServiceDeskCustomer {
    accountIds?: string[];
    usernames?: string[];
}

Hierarchy (view full)

Properties

accountIds?: string[]

List of users, specified by account IDs, to add to or remove from a service desk.

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.