@seamapi/http - v2.0.0
    Preparing search index...

    Type Alias UserIdentitiesAddAcsUserParameters

    type UserIdentitiesAddAcsUserParameters = {
        acs_user_id: string;
        user_identity_id?: string;
        user_identity_key?: string;
    }
    Index
    acs_user_id: string

    ID of the access system user that you want to add to the user identity.

    user_identity_id?: string

    ID of the user identity to which you want to add an access system user.

    user_identity_key?: string

    Key of the user identity to which you want to add an access system user.