List Cloud Account Owners
GET/cloud/:id/owners
Returns the email addresses of all owners for the specified cloud account ID.
Request
Path Parameters
id stringrequired
Account ID
Responses
- 200
- 400
- 404
successful operation
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
string
[
"string"
]
invalid_account_id_format
invalid_account_id_format
Loading...