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"
}
]