@seamapi/http - v1.79.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: { 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>