User Details

This request returns the details of user.

Endpoints

  • GET /users/{userID}

Url

userID

The ID of the user

Header

Authorization

Bearer {token} (User authorization needed)

Response

A JSON object with the user details

see format in the example below

Example request


 GET https://api.paramate.trinckle.com/users/e14390b7-c874-41d8-a65e-6d9de482a336
 -H Authorization: Bearer eyJhbGciOiJIUzI1Ni ... 3H8gC1k2DIKNEeJpb72yvmdY

 

Output


 HTTP/1.1 200 OK
 {
     "UUID": "e14390b7-c874-41d8-a65e-6d9de482a336",
     "userName": "TestUser",
  }
 

See also