Operations Management/Tenant Management (Plus)/Organization Operations
POSTOrganization OperationsSince 3.6.0SynchronousAuth Required
AttachIAM2ProjectToIAM2Organization
AttachIAM2ProjectToIAM2Organization
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
projectUuidStringRequiredThe project UUID.
organizationUuidStringRequiredThe organization UUID.
Body Fields
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
POST/zstack/v1/iam2/projects/{projectUuid}/iam2/organizations/{organizationUuid}
/zstack/v1/iam2/projects/{projectUuid}/iam2/organizations/{organizationUuid}
Request Example
curl -X POST 'http://{host}/zstack/v1/iam2/projects/{projectUuid}/iam2/organizations/{organizationUuid}' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "inventory": { "uuid": "262a60f99c5a49e8866ed9f92ef550e2", "name": "project", "state": "Enabled" } }Change History
This API has no change history records yet.
