Associate Auditor with the Organization
PUT /v2/organizations/:guid/auditors/:auditor_guid
Request
Route
PUT /v2/organizations/afba4acb-e40d-42e0-8177-fa27d5f78168/auditors/uaa-id-310
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/afba4acb-e40d-42e0-8177-fa27d5f78168/auditors/uaa-id-310" -d '' -X PUT \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMxMSIsImVtYWlsIjoiZW1haWwtMjMwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTY0NTIyNDF9.b7eS8PMSE_ss-q3qb8ESDqOSJXeIU6bgwOF9eK9trpA" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
201 Created
Body
{
"metadata": {
"guid": "afba4acb-e40d-42e0-8177-fa27d5f78168",
"url": "/v2/organizations/afba4acb-e40d-42e0-8177-fa27d5f78168",
"created_at": "2016-02-19T02:04:01Z",
"updated_at": null
},
"entity": {
"name": "name-2308",
"billing_enabled": false,
"quota_definition_guid": "cae4c4da-de88-491b-92a3-e5b7bf7f39a8",
"status": "active",
"quota_definition_url": "/v2/quota_definitions/cae4c4da-de88-491b-92a3-e5b7bf7f39a8",
"spaces_url": "/v2/organizations/afba4acb-e40d-42e0-8177-fa27d5f78168/spaces",
"domains_url": "/v2/organizations/afba4acb-e40d-42e0-8177-fa27d5f78168/domains",
"private_domains_url": "/v2/organizations/afba4acb-e40d-42e0-8177-fa27d5f78168/private_domains",
"users_url": "/v2/organizations/afba4acb-e40d-42e0-8177-fa27d5f78168/users",
"managers_url": "/v2/organizations/afba4acb-e40d-42e0-8177-fa27d5f78168/managers",
"billing_managers_url": "/v2/organizations/afba4acb-e40d-42e0-8177-fa27d5f78168/billing_managers",
"auditors_url": "/v2/organizations/afba4acb-e40d-42e0-8177-fa27d5f78168/auditors",
"app_events_url": "/v2/organizations/afba4acb-e40d-42e0-8177-fa27d5f78168/app_events",
"space_quota_definitions_url": "/v2/organizations/afba4acb-e40d-42e0-8177-fa27d5f78168/space_quota_definitions"
}
}
Headers