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

    Type Alias AcsAccessGroupsListParameters

    type AcsAccessGroupsListParameters = {
        acs_system_id?: string;
        acs_user_id?: string;
        search?: string;
        user_identity_id?: string;
    }
    Index
    acs_system_id?: string

    ID of the access system for which you want to retrieve all access groups.

    acs_user_id?: string

    ID of the access system user for which you want to retrieve all access groups.

    search?: string

    String for which to search. Filters returned access groups to include all records that satisfy a partial match using name or acs_access_group_id.

    user_identity_id?: string

    ID of the user identity for which you want to retrieve all access groups.