Xsolla-logo
  • 文档
  • 创建帐户

Get attributes by server_custom_idsServer-side

post/attributes/custom_id/get

Gets a list of particular user’s attributes.

Notice
Rate limits for server-side methods are applied to this method.

SecurityAttributesServer
Request
Request Body schema: application/json
keys
Array of strings

要获取的属性键列表。如果不指定,则方法返回所有用户属性。

server_custom_ids
Array of strings [ 1 .. 250 ] items

Array of server_custom_ids

Responses
200

确定

400

错误的请求

401

未授权

403

被禁止

422

无法处理的实体

429

请求过多

Request samples
application/json
{
  • "keys": [
    ],
  • "server_custom_ids": [
    ]
}
Response samples
application/json
[
  • {
    }
]