按用户 ID 与属性集查询资料的参数。

interface FetchUserInfoByAttributeParams {
    userIds: readonly string[];
    attributes: readonly UserInfoAttribute[];
}

Properties

Properties

userIds: readonly string[]

目标用户 ID 列表。

attributes: readonly UserInfoAttribute[]

需要查询的资料属性。