Associate Space with the User
PUT /v2/users/:guid/spaces/:space_guid
Fields
Name |
Description |
Default |
Valid Values |
Example Values |
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the User
|
|
|
Request
Headers
Route
PUT /v2/users/uaa-id-217/spaces/a76bbc13-9158-49ca-ab14-c1d6fc03ca8f
cURL
curl "https://api.[your-domain.com]/v2/users/uaa-id-217/spaces/a76bbc13-9158-49ca-ab14-c1d6fc03ca8f" -d '' -X PUT \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIxOCIsImVtYWlsIjoiZW1haWwtMTgxQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTc0NjIzNjR9.jKBkBJ0J6ZKDBwuAmL4s42I5GsFA7SAImhp24kSQ460" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Headers
Status
201 Created
Body
{
"metadata": {
"guid": "uaa-id-217",
"url": "/v2/users/uaa-id-217",
"created_at": "2014-11-24T19:32:44+00:00",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": "a76bbc13-9158-49ca-ab14-c1d6fc03ca8f",
"default_space_url": "/v2/spaces/a76bbc13-9158-49ca-ab14-c1d6fc03ca8f",
"spaces_url": "/v2/users/uaa-id-217/spaces",
"organizations_url": "/v2/users/uaa-id-217/organizations",
"managed_organizations_url": "/v2/users/uaa-id-217/managed_organizations",
"billing_managed_organizations_url": "/v2/users/uaa-id-217/billing_managed_organizations",
"audited_organizations_url": "/v2/users/uaa-id-217/audited_organizations",
"managed_spaces_url": "/v2/users/uaa-id-217/managed_spaces",
"audited_spaces_url": "/v2/users/uaa-id-217/audited_spaces"
}
}