Apache CloudStack 4.23.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 |
| domainpath | Path of the Domain 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 |