Gets a list of user’s attributes. Returns only attributes values for user by his ID.
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. |
OK
Bad Request
Forbidden
Not Found
Too Many Requests
curl --request GET \ --url https://login.xsolla.com/api/projects/{project_id}/users/{user_id}/attributes \ --header 'X-SERVER-AUTHORIZATION: YOUR_SERVER_TOKEN'
[- {
- "attr_type": "client",
- "data_type": "string",
- "description": "string",
- "format": "string",
- "key": "string",
- "permission": "public",
- "readonly": true,
- "value": "string"
}
]