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

    Type Alias AcsUsersSuspendParameters

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

    ID of the access system that you want to suspend. You can only provide acs_user_id or the combination of acs_system_id and user_identity_id.

    acs_user_id?: string

    ID of the access system user that you want to suspend. You can only provide acs_user_id or the combination of acs_system_id and user_identity_id.

    user_identity_id?: string

    ID of the user identity that you want to suspend. You can only provide acs_user_id or the combination of acs_system_id and user_identity_id.