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

List of attributes’ keys which you want to get. If you do not specify them, the method returns all user’s attributes.

server_custom_ids
Array of strings [ 1 .. 250 ] items

Array of server_custom_ids

Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

422

Unprocessable Entity

429

Too Many Requests

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