Apache CloudStack 4.17.0.0 Root Admin API Reference
listProjectInvitations
Lists project invitations and provides detailed information for listed invitations
Request parameters
| Parameter Name | Description | Required |
| account | list resources by account. Must be used with the domainId parameter. | false |
| activeonly | if true, list only active invitations - having Pending state and ones that are not timed out yet | false |
| domainid | list only resources belonging to the domain specified | false |
| id | list invitations by id | false |
| isrecursive | defaults to false, but if true, lists all resources from the parent specified by the domainId till leaves. | false |
| keyword | List by keyword | false |
| listall | If set to false, list only resources belonging to the command's caller; if set to true - list resources that the caller is authorized to see. Default value is false. Resources dedicated to a project are listed only if using the projectid parameter. | false |
| page | false | |
| pagesize | false | |
| projectid | list by project id | false |
| state | list invitations by state | false |
| userid | list invitation by user ID | false |
Response Tags
| Response Name | Description |
| id | the id of the invitation |
| account | the account name of the project's owner |
| domain | the domain name where the project belongs to |
| domainid | the domain id the project belongs to |
| the email the invitation was sent to | |
| project | the name of the project |
| projectid | the id of the project |
| state | the invitation state |
| userid | the User ID |