ActivateOrganization
Activate Organization
Set the state of my organization to active. The state of the organization has to be deactivated to perform the request. Users of this organization will be able to log in again.
Required permission:
org.write
Path Parameters
organization_id*string
OrganizationID is the unique identifier of the organization to be activated.
Response Body
application/json
application/json
curl -X POST "https://loading/v2/organizations/string/activate"{
"changeDate": "1s"
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?