Associate Managed Organization with the User
PUT /v2/users/:guid/managed_organizations/: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-303/managed_organizations/21008118-3d28-4461-a698-675379cc3864
cURL
curl "https://api.[your-domain.com]/v2/users/uaa-id-303/managed_organizations/21008118-3d28-4461-a698-675379cc3864" -d '' -X PUT \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMwNSIsImVtYWlsIjoiZW1haWwtMjI3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTk5ODk5Nzd9.fpyAigc53NsQZzNB7ux8x7Mlqi5iPjIbtxZV8hlOB1M" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Headers
Status
201 Created
Body
{
"metadata": {
"guid": "uaa-id-303",
"url": "/v2/users/uaa-id-303",
"created_at": "2014-12-24T01:39:37+00:00",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": "614b1eec-f942-4194-8fcb-4824a25d4a17",
"default_space_url": "/v2/spaces/614b1eec-f942-4194-8fcb-4824a25d4a17",
"spaces_url": "/v2/users/uaa-id-303/spaces",
"organizations_url": "/v2/users/uaa-id-303/organizations",
"managed_organizations_url": "/v2/users/uaa-id-303/managed_organizations",
"billing_managed_organizations_url": "/v2/users/uaa-id-303/billing_managed_organizations",
"audited_organizations_url": "/v2/users/uaa-id-303/audited_organizations",
"managed_spaces_url": "/v2/users/uaa-id-303/managed_spaces",
"audited_spaces_url": "/v2/users/uaa-id-303/audited_spaces"
}
}