Xsolla-logo

Lire les attributs par 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

Liste des clés des attributs que vous voulez récupérer. Si vous ne les spécifiez pas, la méthode renvoie tous les attributs de l'utilisateur.

server_custom_ids
Array of strings [ 1 .. 250 ] items

Tableau de 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
[
  • {
    }
]