Apache CloudStack 4.23.0.0 Root Admin API Reference
updateProjectInvitation
Accepts or declines project invitation
Request parameters
| Parameter Name | Description | Required |
| projectid | ID of the project to join | true |
| accept | If true, accept the invitation, decline if false. True by default | false |
| account | Account that is joining the project | false |
| token | List invitations for specified account; this parameter has to be specified with domainId | false |
| userid | User UUID, required for adding account from external provisioning system | false |
Response Tags
| Response Name | Description |
| displaytext | Any text associated with the success or failure |
| success | True if operation is executed successfully |