v1
latestSwagger 2.02026-07-178567199.3 KBorganizations
users
Retrieve a specific organization
Returns a specific organization from the store
get/organizations/{id}
Path parameters
idstring required
ID of the organization
Response
An Organization object
Example response
{
"defaultRole": "viewer",
"id": "1",
"links": {
"self": "/chronograf/v1/organizations/1"
},
"name": "Chronogiraffes"
}