Skip to main content

Organization Activate

This operation activates an Organization.

Path Parameters
  • organizationId string required
Header Parameters
  • Content-Type string required

    Possible values: [application/json]

Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • response object
  • errorCode integer
  • entity object
  • GUID string
  • _type_ integer
  • providerId integer
  • providerDomainName string
POST /organization/:organizationid/action/activate    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
organizationId — path required
Content-Type — header required
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Organization/:organizationId/action/activate' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'