Associate Billing Managed Organization with the User
PUT /v2/users/:guid/billing_managed_organizations/:billing_managed_organization_guid
Request
Route
PUT /v2/users/uaa-id-272/billing_managed_organizations/d0b087e3-cd43-4f3c-ba09-c00556976b1c
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the User
|
|
|
billing_managed_organization_guid
|
The guid of the billing managed organization
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/users/uaa-id-272/billing_managed_organizations/d0b087e3-cd43-4f3c-ba09-c00556976b1c" -d '' -X PUT \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI3MyIsImVtYWlsIjoiZW1haWwtMTkzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjYwMDg4OTZ9.xn5FaNqACiNpc8ue-yBwpUoUapNECRAIbf1IVZYm33Y" \
-H "Host: example.org" \
-H "Content-Type: application/json" \
-H "Cookie: "
Response
Status
201 Created
Body
{
"metadata": {
"guid": "uaa-id-272",
"url": "/v2/users/uaa-id-272",
"created_at": "2016-06-08T16:41:36Z",
"updated_at": "2016-06-08T16:41:26Z"
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": "a1e2a260-adeb-4689-b118-05d359c51fd7",
"default_space_url": "/v2/spaces/a1e2a260-adeb-4689-b118-05d359c51fd7",
"spaces_url": "/v2/users/uaa-id-272/spaces",
"organizations_url": "/v2/users/uaa-id-272/organizations",
"managed_organizations_url": "/v2/users/uaa-id-272/managed_organizations",
"billing_managed_organizations_url": "/v2/users/uaa-id-272/billing_managed_organizations",
"audited_organizations_url": "/v2/users/uaa-id-272/audited_organizations",
"managed_spaces_url": "/v2/users/uaa-id-272/managed_spaces",
"audited_spaces_url": "/v2/users/uaa-id-272/audited_spaces"
}
}
Headers