Associate Manager with the Space by Username
PUT v2/spaces/:guid/managers
Request
Route
PUT v2/spaces/69ee64f9-497a-4fb9-981a-5bfc34ee7074/managers
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Space
|
|
|
Body
Name |
Description |
Default |
Valid Values |
Example Values |
username
|
The user's name
|
|
|
|
{
"username": "user@example.com"
}
Headers
cURL
curl "https://api.[your-domain.com]v2/spaces/69ee64f9-497a-4fb9-981a-5bfc34ee7074/managers" -d '{
"username": "user@example.com"
}' -X PUT \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMzNCIsImVtYWlsIjoiZW1haWwtMjUzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTg1OTk0NDh9.nYv26TcAcK1gLzVnwQBl5rRXXIkEhkFv1tdW2qaGRR4" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
201 Created
Body
{
"metadata": {
"guid": "69ee64f9-497a-4fb9-981a-5bfc34ee7074",
"url": "/v2/spaces/69ee64f9-497a-4fb9-981a-5bfc34ee7074",
"created_at": "2016-03-14T22:30:48Z",
"updated_at": null
},
"entity": {
"name": "name-2279",
"organization_guid": "9c4f6e21-c3c7-4e68-9dc7-ad8b716b48d4",
"space_quota_definition_guid": null,
"allow_ssh": true,
"organization_url": "/v2/organizations/9c4f6e21-c3c7-4e68-9dc7-ad8b716b48d4",
"developers_url": "/v2/spaces/69ee64f9-497a-4fb9-981a-5bfc34ee7074/developers",
"managers_url": "/v2/spaces/69ee64f9-497a-4fb9-981a-5bfc34ee7074/managers",
"auditors_url": "/v2/spaces/69ee64f9-497a-4fb9-981a-5bfc34ee7074/auditors",
"apps_url": "/v2/spaces/69ee64f9-497a-4fb9-981a-5bfc34ee7074/apps",
"routes_url": "/v2/spaces/69ee64f9-497a-4fb9-981a-5bfc34ee7074/routes",
"domains_url": "/v2/spaces/69ee64f9-497a-4fb9-981a-5bfc34ee7074/domains",
"service_instances_url": "/v2/spaces/69ee64f9-497a-4fb9-981a-5bfc34ee7074/service_instances",
"app_events_url": "/v2/spaces/69ee64f9-497a-4fb9-981a-5bfc34ee7074/app_events",
"events_url": "/v2/spaces/69ee64f9-497a-4fb9-981a-5bfc34ee7074/events",
"security_groups_url": "/v2/spaces/69ee64f9-497a-4fb9-981a-5bfc34ee7074/security_groups"
}
}
Headers