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

    Type Alias AcsUsersAddToAccessGroupParameters

    type AcsUsersAddToAccessGroupParameters = {
        acs_access_group_id: string;
        acs_user_id: string;
    }
    Index
    acs_access_group_id: string

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

    acs_user_id: string

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