Associate Auditor with the Organization
PUT /v2/organizations/:guid/auditors/:auditor_guid
Request
Route
PUT /v2/organizations/f66e5b3f-e132-4043-9b02-554cf6321969/auditors/uaa-id-59
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/f66e5b3f-e132-4043-9b02-554cf6321969/auditors/uaa-id-59" -d '' -X PUT \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTYwIiwiZW1haWwiOiJlbWFpbC00NUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDYzNjE4NzA1fQ.ROEPsO27-p0-TlzB8GWXZ5LZe5wFFdKCVarIjv_5muw" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
201 Created
Body
{
"metadata": {
"guid": "f66e5b3f-e132-4043-9b02-554cf6321969",
"url": "/v2/organizations/f66e5b3f-e132-4043-9b02-554cf6321969",
"created_at": "2016-05-12T00:45:05Z",
"updated_at": null
},
"entity": {
"name": "name-77",
"billing_enabled": false,
"quota_definition_guid": "1b49a526-86db-4844-b3a7-a0665839d599",
"status": "active",
"quota_definition_url": "/v2/quota_definitions/1b49a526-86db-4844-b3a7-a0665839d599",
"spaces_url": "/v2/organizations/f66e5b3f-e132-4043-9b02-554cf6321969/spaces",
"domains_url": "/v2/organizations/f66e5b3f-e132-4043-9b02-554cf6321969/domains",
"private_domains_url": "/v2/organizations/f66e5b3f-e132-4043-9b02-554cf6321969/private_domains",
"users_url": "/v2/organizations/f66e5b3f-e132-4043-9b02-554cf6321969/users",
"managers_url": "/v2/organizations/f66e5b3f-e132-4043-9b02-554cf6321969/managers",
"billing_managers_url": "/v2/organizations/f66e5b3f-e132-4043-9b02-554cf6321969/billing_managers",
"auditors_url": "/v2/organizations/f66e5b3f-e132-4043-9b02-554cf6321969/auditors",
"app_events_url": "/v2/organizations/f66e5b3f-e132-4043-9b02-554cf6321969/app_events",
"space_quota_definitions_url": "/v2/organizations/f66e5b3f-e132-4043-9b02-554cf6321969/space_quota_definitions"
}
}
Headers