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

OK

400

無効なリクエスト

401

未認証

403

アクセス拒否

422

処理不可能なエンティティー

429

リクエストの回数が多すぎます

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