Retrieves a list of organizations for the specified account
GET/v1/clouds/coxedge/organizations
Retrieves a list of organizations for the specified account
Request
Query Parameters
cloudAccountUid stringrequired
Uid for the specific CoxEdge cloud account
Responses
- 200
List of CoxEdge organizations
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
organizations
object[]
required
idstring
CoxEdge organization id
isDeletedboolean
CoxEdge organization state
namestring
CoxEdge organization name
{
"organizations": [
{
"id": "string",
"isDeleted": true,
"name": "string"
}
]
}
Loading...