批量用户操作的输入参数。

interface GroupUserBatchInput {
    userIds: readonly string[];
}

Properties

Properties

userIds: readonly string[]

待操作的用户 ID 列表。