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

    Type Alias AcsAccessGroupsRemoveUserParameters

    type AcsAccessGroupsRemoveUserParameters = {
        acs_access_group_id: string;
        acs_user_id?: string;
        user_identity_id?: string;
    }
    Index
    acs_access_group_id: string

    ID of the access group from which you want to remove an access system user.

    acs_user_id?: string

    ID of the access system user that you want to remove from an access group.

    user_identity_id?: string

    ID of the user identity associated with the user that you want to remove from an access group.