Associate Audited Space with the User
PUT /v2/users/:guid/audited_spaces/:audited_space_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-329/audited_spaces/46da769e-a6c9-4f06-8bc8-f7bcb62e4e05
cURL
curl "https://api.[your-domain.com]/v2/users/uaa-id-329/audited_spaces/46da769e-a6c9-4f06-8bc8-f7bcb62e4e05" -d '' -X PUT \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMzMCIsImVtYWlsIjoiZW1haWwtMjM5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTk5ODk5Nzh9.dKN2SIx4vi9NIDCEqfhLRxwEDy-lsQHN50LpjqD509o" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Headers
Status
201 Created
Body
{
"metadata": {
"guid": "uaa-id-329",
"url": "/v2/users/uaa-id-329",
"created_at": "2014-12-24T01:39:38+00:00",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": "2a6d07e2-cdb3-4c06-bc3a-f04de4c292ad",
"default_space_url": "/v2/spaces/2a6d07e2-cdb3-4c06-bc3a-f04de4c292ad",
"spaces_url": "/v2/users/uaa-id-329/spaces",
"organizations_url": "/v2/users/uaa-id-329/organizations",
"managed_organizations_url": "/v2/users/uaa-id-329/managed_organizations",
"billing_managed_organizations_url": "/v2/users/uaa-id-329/billing_managed_organizations",
"audited_organizations_url": "/v2/users/uaa-id-329/audited_organizations",
"managed_spaces_url": "/v2/users/uaa-id-329/managed_spaces",
"audited_spaces_url": "/v2/users/uaa-id-329/audited_spaces"
}
}