@taiyi-io/api-connector-ts
    Preparing search index...

    Interface ControlQueryGroupMembersParams

    查询用户组成员

    ControlQueryGroupMembersParams 查询用户组成员参数

    interface ControlQueryGroupMembersParams {
        group: string;
        limit?: number;
        offset?: number;
    }
    Index

    Properties

    Properties

    group: string

    用户组名称

    limit?: number

    限制数量,可选

    offset?: number

    偏移量,可选