v1
latestSwagger 2.02026-07-178567199.3 KBorganizations
users
Retrieve a specific user
Returns a specific user from the store
get/users/{id}
Path parameters
idstring required
ID of the user
Response
An User object
Example response
{
"id": "1",
"links": {
"self": "/chronograf/v1/users/1"
},
"name": "pineapple@cubeoctohedron.flux",
"provider": "github",
"roles": {
"name": "editor",
"organization": "SpaceTeam"
},
"scheme": "oauth2",
"superAdmin": false
}