Home
Version 3
Organizations API

Organizations API

Associate Auditor with the Organization

PUT /v2/organizations/:guid/auditors/:auditor_guid

Request

Route

PUT /v2/organizations/b8852654-72ef-4d7e-973a-fb9d837a8237/auditors/uaa-id-380

Parameters

Name Description Valid Values Example Values
guid The guid of the Organization
auditor_guid The guid of the user

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM4MSIsImVtYWlsIjoiZW1haWwtMjY3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTQ0NTE2MzJ9.gA-C6qBsqXZjHZ9C_eKjaZRZXdr90VCnrYFDMLdeNCU
Host: example.org
Content-Type: application/x-www-form-urlencoded
Cookie: 

cURL

curl "https://api.[your-domain.com]/v2/organizations/b8852654-72ef-4d7e-973a-fb9d837a8237/auditors/uaa-id-380" -d '' -X PUT \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM4MSIsImVtYWlsIjoiZW1haWwtMjY3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTQ0NTE2MzJ9.gA-C6qBsqXZjHZ9C_eKjaZRZXdr90VCnrYFDMLdeNCU" \
	-H "Host: example.org" \
	-H "Content-Type: application/x-www-form-urlencoded" \
	-H "Cookie: "

Response

Status

201 Created

Body

{
  "metadata": {
    "guid": "b8852654-72ef-4d7e-973a-fb9d837a8237",
    "url": "/v2/organizations/b8852654-72ef-4d7e-973a-fb9d837a8237",
    "created_at": "2016-01-26T22:20:32Z",
    "updated_at": null
  },
  "entity": {
    "name": "name-2260",
    "billing_enabled": false,
    "quota_definition_guid": "232770a1-1a6b-4611-8db4-e3c55557fa34",
    "status": "active",
    "quota_definition_url": "/v2/quota_definitions/232770a1-1a6b-4611-8db4-e3c55557fa34",
    "spaces_url": "/v2/organizations/b8852654-72ef-4d7e-973a-fb9d837a8237/spaces",
    "domains_url": "/v2/organizations/b8852654-72ef-4d7e-973a-fb9d837a8237/domains",
    "private_domains_url": "/v2/organizations/b8852654-72ef-4d7e-973a-fb9d837a8237/private_domains",
    "users_url": "/v2/organizations/b8852654-72ef-4d7e-973a-fb9d837a8237/users",
    "managers_url": "/v2/organizations/b8852654-72ef-4d7e-973a-fb9d837a8237/managers",
    "billing_managers_url": "/v2/organizations/b8852654-72ef-4d7e-973a-fb9d837a8237/billing_managers",
    "auditors_url": "/v2/organizations/b8852654-72ef-4d7e-973a-fb9d837a8237/auditors",
    "app_events_url": "/v2/organizations/b8852654-72ef-4d7e-973a-fb9d837a8237/app_events",
    "space_quota_definitions_url": "/v2/organizations/b8852654-72ef-4d7e-973a-fb9d837a8237/space_quota_definitions"
  }
}

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: 
Content-Length: 1300
X-Content-Type-Options: nosniff