Associate Billing Managed Organization with the User
PUT /v2/users/:guid/billing_managed_organizations/:billing_managed_organization_guid
Fields
Name |
Description |
Default |
Valid Values |
Example Values |
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the User
|
|
|
Request
Headers
Route
PUT /v2/users/uaa-id-179/billing_managed_organizations/663dc283-014c-48a3-a65b-dc11432d6819
cURL
curl "https://api.[your-domain.com]/v2/users/uaa-id-179/billing_managed_organizations/663dc283-014c-48a3-a65b-dc11432d6819" -d '' -X PUT \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE4MCIsImVtYWlsIjoiZW1haWwtMTMwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjI5OTA4NzN9.nC-AyEQkt74JC7FE83-G0KKgUTN394oQXb-DxVPR0Nc" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Headers
Status
201 Created
Body
{
"metadata": {
"guid": "uaa-id-179",
"url": "/v2/users/uaa-id-179",
"created_at": "2015-01-27T19:14:33Z",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": "62fa842f-69df-416e-8526-c7aeee3c95b5",
"default_space_url": "/v2/spaces/62fa842f-69df-416e-8526-c7aeee3c95b5",
"spaces_url": "/v2/users/uaa-id-179/spaces",
"organizations_url": "/v2/users/uaa-id-179/organizations",
"managed_organizations_url": "/v2/users/uaa-id-179/managed_organizations",
"billing_managed_organizations_url": "/v2/users/uaa-id-179/billing_managed_organizations",
"audited_organizations_url": "/v2/users/uaa-id-179/audited_organizations",
"managed_spaces_url": "/v2/users/uaa-id-179/managed_spaces",
"audited_spaces_url": "/v2/users/uaa-id-179/audited_spaces"
}
}