Gets a list of user’s attributes. Returns only attributes values for user by his ID.
确定
错误的请求
被禁止
未找到
请求过多
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"
}
]