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-23/spaces/1a7353ea-af22-444a-b88c-e8111961f7e6
cURL
curl "https://api.[your-domain.com]/v2/users/uaa-id-23/spaces/1a7353ea-af22-444a-b88c-e8111961f7e6" -d '' -X PUT \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI0IiwiZW1haWwiOiJlbWFpbC0xN0Bzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI0MzEwMTE5fQ.6KVqn6n6TRLn9ioe1YruBY_iJ2uSiS8yVWAcw3lQLec" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Headers
Status
201 Created
Body
{
"metadata": {
"guid": "uaa-id-23",
"url": "/v2/users/uaa-id-23",
"created_at": "2015-02-12T01:41:59Z",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": "1a7353ea-af22-444a-b88c-e8111961f7e6",
"default_space_url": "/v2/spaces/1a7353ea-af22-444a-b88c-e8111961f7e6",
"spaces_url": "/v2/users/uaa-id-23/spaces",
"organizations_url": "/v2/users/uaa-id-23/organizations",
"managed_organizations_url": "/v2/users/uaa-id-23/managed_organizations",
"billing_managed_organizations_url": "/v2/users/uaa-id-23/billing_managed_organizations",
"audited_organizations_url": "/v2/users/uaa-id-23/audited_organizations",
"managed_spaces_url": "/v2/users/uaa-id-23/managed_spaces",
"audited_spaces_url": "/v2/users/uaa-id-23/audited_spaces"
}
}