v1
latestSwagger 2.02026-07-178567199.3 KBorganizations
users
Create new organization
Creates a Chronograf organization in the store
post/organizations
Request body
Example request
{
"defaultRole": "viewer",
"id": "1",
"links": {
"self": "/chronograf/v1/organizations/1"
},
"name": "Chronogiraffes"
}Response
Organization successfully created
Example response
{
"defaultRole": "viewer",
"id": "1",
"links": {
"self": "/chronograf/v1/organizations/1"
},
"name": "Chronogiraffes"
}