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

    Type Alias AcsUsersListAccessibleEntrancesParameters

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

    ID of the access system for which you want to list accessible entrances. You can only provide acs_system_id with user_identity_id.

    acs_user_id?: string

    ID of the access system user for whom you want to list accessible entrances. You can only provide acs_user_id or user_identity_id.

    user_identity_id?: string

    ID of the user identity for whom you want to list accessible entrances. You can only provide acs_user_id or user_identity_id.