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-103/audited_spaces/dc757fe8-ca17-42f9-bb70-6ab4c5d5ecaa
cURL
curl "https://api.[your-domain.com]/v2/users/uaa-id-103/audited_spaces/dc757fe8-ca17-42f9-bb70-6ab4c5d5ecaa" -d '' -X PUT \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTEwNCIsImVtYWlsIjoiZW1haWwtNzFAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQyNDEzNzM2NX0.eTkYNYUrmLsnaIaGvIWn4GoswtEa5Jo14JvFA3XRKXU" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Headers
Status
201 Created
Body
{
"metadata": {
"guid": "uaa-id-103",
"url": "/v2/users/uaa-id-103",
"created_at": "2015-02-10T01:42:45Z",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": "4a739c51-d323-4847-8d54-2a845f1b7849",
"default_space_url": "/v2/spaces/4a739c51-d323-4847-8d54-2a845f1b7849",
"spaces_url": "/v2/users/uaa-id-103/spaces",
"organizations_url": "/v2/users/uaa-id-103/organizations",
"managed_organizations_url": "/v2/users/uaa-id-103/managed_organizations",
"billing_managed_organizations_url": "/v2/users/uaa-id-103/billing_managed_organizations",
"audited_organizations_url": "/v2/users/uaa-id-103/audited_organizations",
"managed_spaces_url": "/v2/users/uaa-id-103/managed_spaces",
"audited_spaces_url": "/v2/users/uaa-id-103/audited_spaces"
}
}