v1
latestSwagger 2.02026-07-178567199.3 KBorganizations
users
Update existing user
Updates a Chronograf user in the store
patch/users/{id}
Path parameters
idstring required
ID of the user
Request body
Example request
{
"id": "1",
"links": {
"self": "/chronograf/v1/users/1"
},
"name": "pineapple@cubeoctohedron.flux",
"provider": "github",
"roles": {
"name": "editor",
"organization": "SpaceTeam"
},
"scheme": "oauth2",
"superAdmin": false
}Response
User successfully updated
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
}