Skip to content

@egain/ai-agent-sdk API Reference - v0.1.1 / GetUserProfilesOptions

Interface: GetUserProfilesOptions

Options for getUserProfiles API call. Fetches user profiles for a portal.

Table of contents

Properties

Properties

portalId

portalId: string | number

Portal ID

Defined in

core/api/ApiHelper.ts:251


authToken

Optional authToken: string

Authentication token (required if ApiHelper was constructed without getToken)

Defined in

core/api/ApiHelper.ts:256

Released under the MIT License.