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-77/managed_organizations/ae3426c3-78cb-4d28-9e89-e97bbe334a71
cURL
curl "https://api.[your-domain.com]/v2/users/uaa-id-77/managed_organizations/ae3426c3-78cb-4d28-9e89-e97bbe334a71" -d '' -X PUT \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTc5IiwiZW1haWwiOiJlbWFpbC01M0Bzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDE1NzU0MTMzfQ.0g1olyT7Yobc49OIlYpij7xo_U90_q8ux7U0qXRd_F0" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Headers
Status
201 Created
Body
{
"metadata": {
"guid": "uaa-id-77",
"url": "/v2/users/uaa-id-77",
"created_at": "2014-11-05T01:02:13+00:00",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": "50da60f8-1022-4f1b-b014-75d23a09db32",
"default_space_url": "/v2/spaces/50da60f8-1022-4f1b-b014-75d23a09db32",
"spaces_url": "/v2/users/uaa-id-77/spaces",
"organizations_url": "/v2/users/uaa-id-77/organizations",
"managed_organizations_url": "/v2/users/uaa-id-77/managed_organizations",
"billing_managed_organizations_url": "/v2/users/uaa-id-77/billing_managed_organizations",
"audited_organizations_url": "/v2/users/uaa-id-77/audited_organizations",
"managed_spaces_url": "/v2/users/uaa-id-77/managed_spaces",
"audited_spaces_url": "/v2/users/uaa-id-77/audited_spaces"
}
}