You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 根据指定的用户 ID 列表和属性列表,查询用户属性。如果指定的用户 ID 或用户属性不存在,返回空数据 {}。 每次最多可获取 100 个用户的属性。文档介绍:https://docs-im-beta.easemob.com/document/server-side/userprofile.html#%E8%8E%B7%E5%8F%96-app-%E4%B8%8B%E7%94%A8%E6%88%B7%E5%B1%9E%E6%80%A7%E6%80%BB%E5%A4%A7%E5%B0%8F
1022
+
* @param emGetMultipleUserMetadata (optional)
1023
+
* @return EMGetMultipleUserMetadataResult
1024
+
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* 根据指定的用户 ID 列表和属性列表,查询用户属性。如果指定的用户 ID 或用户属性不存在,返回空数据 {}。 每次最多可获取 100 个用户的属性。文档介绍:https://docs-im-beta.easemob.com/document/server-side/userprofile.html#%E8%8E%B7%E5%8F%96-app-%E4%B8%8B%E7%94%A8%E6%88%B7%E5%B1%9E%E6%80%A7%E6%80%BB%E5%A4%A7%E5%B0%8F
* 根据指定的用户 ID 列表和属性列表,查询用户属性。如果指定的用户 ID 或用户属性不存在,返回空数据 {}。 每次最多可获取 100 个用户的属性。文档介绍:https://docs-im-beta.easemob.com/document/server-side/userprofile.html#%E8%8E%B7%E5%8F%96-app-%E4%B8%8B%E7%94%A8%E6%88%B7%E5%B1%9E%E6%80%A7%E6%80%BB%E5%A4%A7%E5%B0%8F
1049
+
* @param emGetMultipleUserMetadata (optional)
1050
+
* @param _callback The callback to be executed when the API call finishes
1051
+
* @return The request call
1052
+
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
0 commit comments