Connecting Organization
- Print
- PDF
Connecting Organization
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
You can connect Organization to Ncloud.
Requests
- POST /tenant/organization
Request bodies
{
"enable: "boolean"
}
Parameters | Requirement status | Type | Description | Restrictions |
---|---|---|---|---|
enable | Y | Boolean | Whether Organization is connected to Ncloud |
Responses
Response bodies
{
"organizationEnabledAt": "string"
"organizationEnabled": "boolean"
}
Parameters | Type | Description | Restrictions |
---|---|---|---|
organizationEnabledAt | Boolean | Date when Organization was connected to Ncloud | |
organizationEnabled | Boolean | Whether Organization is connected to Ncloud |
Errors
Errors that may occur while using this action are listed below. For error response format, see ErrorResponse.
For more information on common errors, see NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
400 | 400 | Invalid request. |
400 | 9035 | This account is not a master account of Organization. |
400 | 9036 | Organization does not exist. |
Was this article helpful?