• Home
  • Resources
  • Objects
  • Guide
    • What is an API
    • Creating an app
    • Using the API
    • Troubleshooting
    • Login
    • IQL query language
    • API Playground
    • Get started
    • Error messages
    • Access scopes
    • Introduction to general concepts
  • Home>
  • Resources>
  • users/(id)/get

GET users/(id)/get

Returns data on a specific user.

Resource information

Request method GET
Response object User
Access scope user_get
Response format JSON, XML

Parameters

id
required
The id of the user.

Example

https://api.induct.no/v1/12345/users/2

JSON result:
{
     {
        "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

↑ Back to top

© Induct Software AS