Xsolla-logo

Get attributes by user ID

get/projects/{project_id}/users/{user_id}/attributes

Gets a list of user’s attributes. Returns only attributes values for user by his ID.

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

SecurityAttributesServer
Request
path Parameters
project_id
required
string <uuid>

Login project ID from Publisher Account.

user_id
required
string <uuid>

User ID. You can find it in Publisher Account > your Login project > Users.

Responses
200

OK

400

Bad Request

403

Forbidden

404

Not Found

429

Too Many Requests

Request samples
Response samples
application/json
[
  • {
    }
]