@seamapi/http - v1.81.0
    Preparing search index...

    Class SeamHttpUserIdentitiesUnmanaged

    Index

    Constructors

    Properties

    client: AxiosInstance
    defaults: Required<SeamHttpRequestOptions>
    ltsVersion: "1.0.0" = seamApiLtsVersion
    ltsVersion: string = seamApiLtsVersion

    Methods

    • Parameters

      • Optionalparameters: {
            created_before?: Date;
            limit?: number;
            page_cursor?: null | string;
            search?: string;
        }
        • Optionalcreated_before?: Date

          Timestamp by which to limit returned unmanaged user identities. Returns user identities created before this timestamp.

        • Optionallimit?: number

          Maximum number of records to return per page.

        • Optionalpage_cursor?: null | string

          Identifies the specific page of results to return, obtained from the previous page's next_page_cursor.

        • Optionalsearch?: string

          String for which to search. Filters returned unmanaged user identities to include all records that satisfy a partial match using full_name, phone_number, email_address or user_identity_id.

      • options: UserIdentitiesUnmanagedListOptions = {}

      Returns UserIdentitiesUnmanagedListRequest

    • Parameters

      • Optionalparameters: { is_managed: true; user_identity_id: string; user_identity_key?: string }
        • is_managed: true

          Must be set to true to convert the unmanaged user identity to managed.

        • user_identity_id: string

          ID of the unmanaged user identity that you want to update.

        • Optionaluser_identity_key?: string

          Unique key for the user identity. If not provided, the existing key will be preserved.

      • options: UserIdentitiesUnmanagedUpdateOptions = {}

      Returns UserIdentitiesUnmanagedUpdateRequest

    • Parameters

      • clientSessionToken: string

      Returns Promise<void>