Returns data on a specific user.
| Request method | GET |
| Response object | User |
| Access scope | user_get |
| Response format | JSON, XML |
| id required |
The id of the user. |
https://api.induct.no/v1/12345/users/2
{
{
"id": 2,
"uri": "https://api.induct.no/v1/12345/users/2",
"firstName": "Max",
"lastName": "Power",
"firstNameLastName": "Max Power",
"profileImage": {
"id": 2
},
"rewardScore": {
"uri": "https://api.induct.no/v1/12345/users/2/reward_score",
"points": 360,
"rewardGrade": {
"id": 3,
"uri": "https://api.induct.no/v1/12345/config/reward_grades/3",
"title": "Level3",
"threshold": 300,
"rewardGradeBadge": {
"id": 4
}
}
}
}
}
Induct API 1.0
Last API system update:
11/23/2020 8:43:56 AM