Apache CloudStack 4.0.0-incubating Domain Admin API Reference
listProjectAccounts
Lists project's accounts
Request parameters
| Parameter Name | Description | Required |
| projectid | id of the project | true |
| account | list accounts of the project by account name | false |
| keyword | List by keyword | false |
| page | false | |
| pagesize | false | |
| role | list accounts of the project by role | false |
Response Tags
| Response Name | Description |
| id | the id of the project |
| account | the account name of the project's owner |
| displaytext | the displaytext of the project |
| domain | the domain name where the project belongs to |
| domainid | the domain id the project belongs to |
| name | the name of the project |
| state | the state of the project |
| tags(*) | the list of resource tags associated with vm |
| account | the account associated with the tag |
| customer | customer associated with the tag |
| domain | the domain associated with the tag |
| domainid | the ID of the domain associated with the tag |
| key | tag key name |
| project | the project name where tag belongs to |
| projectid | the project id the tag belongs to |
| resourceid | id of the resource |
| resourcetype | resource type |
| value | tag value |