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-109/billing_managed_organizations/7b50aa8b-4f35-46db-8357-601518577857
cURL
curl "https://api.[your-domain.com]/v2/users/uaa-id-109/billing_managed_organizations/7b50aa8b-4f35-46db-8357-601518577857" -d '' -X PUT \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTExMCIsImVtYWlsIjoiZW1haWwtNzRAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQyNDEzNzM2NX0.0n-ObFUdo9wNPJnqIAdJ7bMFAloOJ1jS0YRVMTGZ6tg" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Headers
Status
201 Created
Body
{
"metadata": {
"guid": "uaa-id-109",
"url": "/v2/users/uaa-id-109",
"created_at": "2015-02-10T01:42:45Z",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": "4dce6258-f9db-4039-9148-3dcfcae62920",
"default_space_url": "/v2/spaces/4dce6258-f9db-4039-9148-3dcfcae62920",
"spaces_url": "/v2/users/uaa-id-109/spaces",
"organizations_url": "/v2/users/uaa-id-109/organizations",
"managed_organizations_url": "/v2/users/uaa-id-109/managed_organizations",
"billing_managed_organizations_url": "/v2/users/uaa-id-109/billing_managed_organizations",
"audited_organizations_url": "/v2/users/uaa-id-109/audited_organizations",
"managed_spaces_url": "/v2/users/uaa-id-109/managed_spaces",
"audited_spaces_url": "/v2/users/uaa-id-109/audited_spaces"
}
}