Associate Auditor with the Organization
PUT /v2/organizations/:guid/auditors/:auditor_guid
Request
Route
PUT /v2/organizations/d25df670-b948-4c8f-ada7-3fb4e79fb071/auditors/uaa-id-152
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Organization
|
|
|
auditor_guid
|
The guid of the user
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/organizations/d25df670-b948-4c8f-ada7-3fb4e79fb071/auditors/uaa-id-152" -d '' -X PUT \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE1MyIsImVtYWlsIjoiZW1haWwtODZAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQ0MjYwMTUzMH0.tVEPK4iCJ1ZOgRWoiJf6ze9Lp1inVnZ1w-m7gbQTsFA" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
201 Created
Body
{
"metadata": {
"guid": "d25df670-b948-4c8f-ada7-3fb4e79fb071",
"url": "/v2/organizations/d25df670-b948-4c8f-ada7-3fb4e79fb071",
"created_at": "2015-09-11T18:38:50Z",
"updated_at": null
},
"entity": {
"name": "name-322",
"billing_enabled": false,
"quota_definition_guid": "98dddfdf-d6d0-4cbe-919b-0805cfef204f",
"status": "active",
"quota_definition_url": "/v2/quota_definitions/98dddfdf-d6d0-4cbe-919b-0805cfef204f",
"spaces_url": "/v2/organizations/d25df670-b948-4c8f-ada7-3fb4e79fb071/spaces",
"domains_url": "/v2/organizations/d25df670-b948-4c8f-ada7-3fb4e79fb071/domains",
"private_domains_url": "/v2/organizations/d25df670-b948-4c8f-ada7-3fb4e79fb071/private_domains",
"users_url": "/v2/organizations/d25df670-b948-4c8f-ada7-3fb4e79fb071/users",
"managers_url": "/v2/organizations/d25df670-b948-4c8f-ada7-3fb4e79fb071/managers",
"billing_managers_url": "/v2/organizations/d25df670-b948-4c8f-ada7-3fb4e79fb071/billing_managers",
"auditors_url": "/v2/organizations/d25df670-b948-4c8f-ada7-3fb4e79fb071/auditors",
"app_events_url": "/v2/organizations/d25df670-b948-4c8f-ada7-3fb4e79fb071/app_events",
"space_quota_definitions_url": "/v2/organizations/d25df670-b948-4c8f-ada7-3fb4e79fb071/space_quota_definitions"
}
}
Headers