Remove User from the Organization
DELETE /v2/organizations/:guid/users/:user_guid
Request
Route
DELETE /v2/organizations/c23a0723-18b3-420f-a9ec-018e316798b6/users/uaa-id-76
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Organization
|
|
|
user_guid
|
The guid of the user
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/organizations/c23a0723-18b3-420f-a9ec-018e316798b6/users/uaa-id-76" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTc3IiwiZW1haWwiOiJlbWFpbC02OUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDM5NDI2MTk2fQ.dSOi8CmXrW5N-wK7_wbyiZcTW7Ws-b1UOuQfd9EUWyM" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
201 Created
Body
{
"metadata": {
"guid": "c23a0723-18b3-420f-a9ec-018e316798b6",
"url": "/v2/organizations/c23a0723-18b3-420f-a9ec-018e316798b6",
"created_at": "2015-08-06T00:36:36Z",
"updated_at": null
},
"entity": {
"name": "name-362",
"billing_enabled": false,
"quota_definition_guid": "6f197824-0086-4bf0-96cb-6267f1e8060b",
"status": "active",
"quota_definition_url": "/v2/quota_definitions/6f197824-0086-4bf0-96cb-6267f1e8060b",
"spaces_url": "/v2/organizations/c23a0723-18b3-420f-a9ec-018e316798b6/spaces",
"domains_url": "/v2/organizations/c23a0723-18b3-420f-a9ec-018e316798b6/domains",
"private_domains_url": "/v2/organizations/c23a0723-18b3-420f-a9ec-018e316798b6/private_domains",
"users_url": "/v2/organizations/c23a0723-18b3-420f-a9ec-018e316798b6/users",
"managers_url": "/v2/organizations/c23a0723-18b3-420f-a9ec-018e316798b6/managers",
"billing_managers_url": "/v2/organizations/c23a0723-18b3-420f-a9ec-018e316798b6/billing_managers",
"auditors_url": "/v2/organizations/c23a0723-18b3-420f-a9ec-018e316798b6/auditors",
"app_events_url": "/v2/organizations/c23a0723-18b3-420f-a9ec-018e316798b6/app_events",
"space_quota_definitions_url": "/v2/organizations/c23a0723-18b3-420f-a9ec-018e316798b6/space_quota_definitions"
}
}
Headers