Associate Audited Space with the User
PUT /v2/users/:guid/audited_spaces/:audited_space_guid
Request
Route
PUT /v2/users/uaa-id-199/audited_spaces/99078699-4c68-4e04-9630-fce7b880bfc5
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the User
|
|
|
audited_space_guid
|
The guid of the audited space
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/users/uaa-id-199/audited_spaces/99078699-4c68-4e04-9630-fce7b880bfc5" -d '' -X PUT \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIwMCIsImVtYWlsIjoiZW1haWwtMTU4QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjE5NTg0MDN9.jWGRAKzWvGaTuVe5c4vg71x8GTZsfOm_5RKkT-mez-c" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
201 Created
Body
{
"metadata": {
"guid": "uaa-id-199",
"url": "/v2/users/uaa-id-199",
"created_at": "2016-04-22T19:33:23Z",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": "231f50a3-fa08-48b5-955f-15dfff326d9a",
"default_space_url": "/v2/spaces/231f50a3-fa08-48b5-955f-15dfff326d9a",
"spaces_url": "/v2/users/uaa-id-199/spaces",
"organizations_url": "/v2/users/uaa-id-199/organizations",
"managed_organizations_url": "/v2/users/uaa-id-199/managed_organizations",
"billing_managed_organizations_url": "/v2/users/uaa-id-199/billing_managed_organizations",
"audited_organizations_url": "/v2/users/uaa-id-199/audited_organizations",
"managed_spaces_url": "/v2/users/uaa-id-199/managed_spaces",
"audited_spaces_url": "/v2/users/uaa-id-199/audited_spaces"
}
}
Headers