Associate Auditor with the Organization
PUT /v2/organizations/:guid/auditors/:auditor_guid
Request
Route
PUT /v2/organizations/c3845ed7-ec12-4d0d-b742-c70e9be22787/auditors/uaa-id-56
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Organization
|
|
|
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v2/organizations/c3845ed7-ec12-4d0d-b742-c70e9be22787/auditors/uaa-id-56" -d '' -X PUT \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTU3IiwiZW1haWwiOiJlbWFpbC00M0Bzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI3NDgwODQzfQ.TmKMINEffFWxupPAYvoAjjPGJJSPZqQ57Uq-vo9joHY" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
201 Created
Body
{
"metadata": {
"guid": "c3845ed7-ec12-4d0d-b742-c70e9be22787",
"url": "/v2/organizations/c3845ed7-ec12-4d0d-b742-c70e9be22787",
"created_at": "2015-03-20T18:27:22Z",
"updated_at": null
},
"entity": {
"name": "name-167",
"billing_enabled": false,
"quota_definition_guid": "e2232e3f-fa0d-490b-9742-9eb272b271b8",
"status": "active",
"quota_definition_url": "/v2/quota_definitions/e2232e3f-fa0d-490b-9742-9eb272b271b8",
"spaces_url": "/v2/organizations/c3845ed7-ec12-4d0d-b742-c70e9be22787/spaces",
"domains_url": "/v2/organizations/c3845ed7-ec12-4d0d-b742-c70e9be22787/domains",
"private_domains_url": "/v2/organizations/c3845ed7-ec12-4d0d-b742-c70e9be22787/private_domains",
"users_url": "/v2/organizations/c3845ed7-ec12-4d0d-b742-c70e9be22787/users",
"managers_url": "/v2/organizations/c3845ed7-ec12-4d0d-b742-c70e9be22787/managers",
"billing_managers_url": "/v2/organizations/c3845ed7-ec12-4d0d-b742-c70e9be22787/billing_managers",
"auditors_url": "/v2/organizations/c3845ed7-ec12-4d0d-b742-c70e9be22787/auditors",
"app_events_url": "/v2/organizations/c3845ed7-ec12-4d0d-b742-c70e9be22787/app_events",
"space_quota_definitions_url": "/v2/organizations/c3845ed7-ec12-4d0d-b742-c70e9be22787/space_quota_definitions"
}
}
Headers