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-235/billing_managed_organizations/77f3ef30-6f47-4f66-b122-7a707ad047d5
cURL
curl "https://api.[your-domain.com]/v2/users/uaa-id-235/billing_managed_organizations/77f3ef30-6f47-4f66-b122-7a707ad047d5" -d '' -X PUT \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIzNiIsImVtYWlsIjoiZW1haWwtMTkwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTc0NjIzNjV9.HwA9h7euQ3J0evanh-QLa3CquzhHVL5N6T-Gfty2OSA" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Headers
Status
201 Created
Body
{
"metadata": {
"guid": "uaa-id-235",
"url": "/v2/users/uaa-id-235",
"created_at": "2014-11-24T19:32:45+00:00",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": "52b65ee0-3438-4ab6-a89a-d844e97e1b3e",
"default_space_url": "/v2/spaces/52b65ee0-3438-4ab6-a89a-d844e97e1b3e",
"spaces_url": "/v2/users/uaa-id-235/spaces",
"organizations_url": "/v2/users/uaa-id-235/organizations",
"managed_organizations_url": "/v2/users/uaa-id-235/managed_organizations",
"billing_managed_organizations_url": "/v2/users/uaa-id-235/billing_managed_organizations",
"audited_organizations_url": "/v2/users/uaa-id-235/audited_organizations",
"managed_spaces_url": "/v2/users/uaa-id-235/managed_spaces",
"audited_spaces_url": "/v2/users/uaa-id-235/audited_spaces"
}
}