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

    Type Alias AcsUsersGetParameters

    type AcsUsersGetParameters = {
        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 get. You can only provide acs_user_id or user_identity_id.

    acs_user_id?: string

    ID of the access system user that you want to get. You can only provide acs_user_id or user_identity_id.

    user_identity_id?: string

    ID of the user identity that you want to get. You can only provide acs_user_id or user_identity_id.