Skip to main content
Version: latest

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

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

List of CoxEdge organizations

Schema

    organizations

    object[]

    required

  • Array [

  • idstring

    CoxEdge organization id

    isDeletedboolean

    CoxEdge organization state

    namestring

    CoxEdge organization name

  • ]

Loading...