Re-registering an OU
Function
This API is used to re-register an OU in an organization with RGC.
URI
POST https://{endpoint}/v1/managed-organization/organizational-units/{organizational_unit_id}/re-register
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
organizational_unit_id |
Yes |
String |
ID of a registered OU. |
Request Parameters
None
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
organizational_unit_operation_id |
String |
Operation ID of the asynchronous APIs. |
Status code: 403
Parameter |
Type |
Description |
---|---|---|
error_code |
String |
Error code. |
error_msg |
String |
Error message. |
request_id |
String |
Unique ID of the request. |
encoded_authorization_message |
String |
Encrypted error message. |
details |
Array of ForbiddenErrorDetail objects |
Error message indicating no permissions for cross-service invoking. |
Example Requests
Re-registering an OU in an organization with RGC
POST https://{endpoint}/v1/managed-organization/organizational-units/{organizational_unit_id}/re-register
Example Responses
Status code: 200
Request succeeded.
{ "organizational_unit_operation_id" : "string" }
Status Codes
Status Code |
Description |
---|---|
200 |
Request succeeded. |
403 |
No permissions. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot