Associate Audited Organization with the User
PUT /v2/users/:guid/audited_organizations/:audited_organization_guid
Request
Route
PUT /v2/users/uaa-id-84/audited_organizations/26554567-e784-4184-a3e7-53a661aaa9f8
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the User
|
|
|
audited_organization_guid
|
The guid of the audited organization
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/users/uaa-id-84/audited_organizations/26554567-e784-4184-a3e7-53a661aaa9f8" -d '' -X PUT \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTg1IiwiZW1haWwiOiJlbWFpbC01MEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDUxNDEzNjgwfQ._HI_QNv6NtqCvMiTZx-LBMoJEDQuk4i4FsOEMCSVKMY" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
201 Created
Body
{
"metadata": {
"guid": "uaa-id-84",
"url": "/v2/users/uaa-id-84",
"created_at": "2015-12-22T18:28:00Z",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": "206c501b-90be-4c9e-b864-1c3c0216b977",
"default_space_url": "/v2/spaces/206c501b-90be-4c9e-b864-1c3c0216b977",
"spaces_url": "/v2/users/uaa-id-84/spaces",
"organizations_url": "/v2/users/uaa-id-84/organizations",
"managed_organizations_url": "/v2/users/uaa-id-84/managed_organizations",
"billing_managed_organizations_url": "/v2/users/uaa-id-84/billing_managed_organizations",
"audited_organizations_url": "/v2/users/uaa-id-84/audited_organizations",
"managed_spaces_url": "/v2/users/uaa-id-84/managed_spaces",
"audited_spaces_url": "/v2/users/uaa-id-84/audited_spaces"
}
}
Headers