Associate Organization with the User
PUT /v2/users/:guid/organizations/:organization_guid
Request
Route
PUT /v2/users/uaa-id-39/organizations/ef7a26e4-08a6-4bef-b20c-8e583adea3c0
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the User
|
|
|
organization_guid
|
The guid of the organization
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/users/uaa-id-39/organizations/ef7a26e4-08a6-4bef-b20c-8e583adea3c0" -d '' -X PUT \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQwIiwiZW1haWwiOiJlbWFpbC0yOEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDUzODM3MjU0fQ.fKm0K46V9r3sGnMjrxS6hRQ9qhU2Dja9FXfLuatKJ0A" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
201 Created
Body
{
"metadata": {
"guid": "uaa-id-39",
"url": "/v2/users/uaa-id-39",
"created_at": "2016-01-19T19:40:54Z",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": "c5ac9274-f22e-43d3-bf4d-80dbf032de8e",
"default_space_url": "/v2/spaces/c5ac9274-f22e-43d3-bf4d-80dbf032de8e",
"spaces_url": "/v2/users/uaa-id-39/spaces",
"organizations_url": "/v2/users/uaa-id-39/organizations",
"managed_organizations_url": "/v2/users/uaa-id-39/managed_organizations",
"billing_managed_organizations_url": "/v2/users/uaa-id-39/billing_managed_organizations",
"audited_organizations_url": "/v2/users/uaa-id-39/audited_organizations",
"managed_spaces_url": "/v2/users/uaa-id-39/managed_spaces",
"audited_spaces_url": "/v2/users/uaa-id-39/audited_spaces"
}
}
Headers