GET /v2/users/uaa-id-325/billing_managed_organizations?billing_managed_organization_guid=2d7e3e59-f162-4e42-877e-4685cb1f33c8
Name | Description | Valid Values | Example Values |
---|---|---|---|
guid | The guid of the User |
|
|
billing_managed_organization_guid | The guid of the billing managed organization |
|
|
q |
Parameters used to filter the result set. Format queries as <filter><op><value> Valid ops: : >= <= < > IN Valid filters: name, space_guid, user_guid, manager_guid, billing_manager_guid, auditor_guid, status |
|
|
page | Page of results to fetch |
|
|
results-per-page | Number of results per page |
|
|
order-direction | Order of the results: asc (default) or desc |
|
|
inline-relations-depth | 0 - don't inline any relations and return URLs. Otherwise, inline to depth N. |
|
|
orphan-relations | 0 - de-duplicate object entries in response |
|
|
exclude-relations | comma-delimited list of relations to drop from response |
|
|
include-relations | comma-delimited list of the only relations to include in response |
|
|
billing_managed_organization_guid: 2d7e3e59-f162-4e42-877e-4685cb1f33c8
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMyNiIsImVtYWlsIjoiZW1haWwtMjQxQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDUzNjIzMTV9.3WFvrzsi8QaO_N6lRIFaRec4PUQF4gn-NoGPn6UFmkk Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/users/uaa-id-325/billing_managed_organizations?billing_managed_organization_guid=2d7e3e59-f162-4e42-877e-4685cb1f33c8" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMyNiIsImVtYWlsIjoiZW1haWwtMjQxQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDUzNjIzMTV9.3WFvrzsi8QaO_N6lRIFaRec4PUQF4gn-NoGPn6UFmkk" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "c96f7dbb-6beb-4c5d-9e81-1933d07848a1", "url": "/v2/organizations/c96f7dbb-6beb-4c5d-9e81-1933d07848a1", "created_at": "2015-10-13T17:31:55Z", "updated_at": null }, "entity": { "name": "name-1188", "billing_enabled": false, "quota_definition_guid": "1848df1f-63ac-4861-b254-9c421284a098", "status": "active", "quota_definition_url": "/v2/quota_definitions/1848df1f-63ac-4861-b254-9c421284a098", "spaces_url": "/v2/organizations/c96f7dbb-6beb-4c5d-9e81-1933d07848a1/spaces", "domains_url": "/v2/organizations/c96f7dbb-6beb-4c5d-9e81-1933d07848a1/domains", "private_domains_url": "/v2/organizations/c96f7dbb-6beb-4c5d-9e81-1933d07848a1/private_domains", "users_url": "/v2/organizations/c96f7dbb-6beb-4c5d-9e81-1933d07848a1/users", "managers_url": "/v2/organizations/c96f7dbb-6beb-4c5d-9e81-1933d07848a1/managers", "billing_managers_url": "/v2/organizations/c96f7dbb-6beb-4c5d-9e81-1933d07848a1/billing_managers", "auditors_url": "/v2/organizations/c96f7dbb-6beb-4c5d-9e81-1933d07848a1/auditors", "app_events_url": "/v2/organizations/c96f7dbb-6beb-4c5d-9e81-1933d07848a1/app_events", "space_quota_definitions_url": "/v2/organizations/c96f7dbb-6beb-4c5d-9e81-1933d07848a1/space_quota_definitions" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 2f187553-d240-45d2-81fc-39e169c5e9c2 Content-Length: 1503 X-Content-Type-Options: nosniff