Interface GetAllUsersOptions

interface GetAllUsersOptions {
    domainName?: string;
    timeout?: number;
}

Properties

domainName?: string

The domain to look in for users.

timeout?: number

The timeout for this operation, represented in milliseconds.