Home
Version 3
Users API

Users API

List all Spaces for the User

GET /v2/users/:guid/spaces

Request

Route

GET /v2/users/uaa-id-132/spaces?space_guid=f33198e5-0bfc-47e8-8150-46f9f19da117

Parameters

Name Description Valid Values Example Values
guid The guid of the User
space_guid The guid of the space
q Parameters used to filter the result set.
Format queries as <filter><op><value>
Valid ops: : >= <= < > IN
Valid filters: name, organization_guid, developer_guid, app_guid
  • q=filter:value
  • q=filter>value
  • q=filter IN a,b,c
page Page of results to fetch
results-per-page Number of results per page
order-direction Order of the results: asc (default) or desc
inline-relations-depth 0 - don't inline any relations and return URLs. Otherwise, inline to depth N.
orphan-relations 0 - de-duplicate object entries in response
exclude-relations comma-delimited list of relations to drop from response
include-relations comma-delimited list of the only relations to include in response
space_guid: f33198e5-0bfc-47e8-8150-46f9f19da117

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTEzMyIsImVtYWlsIjoiZW1haWwtOThAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQzOTQyNjE5OH0.BqdAlXZKy29j8lc9vHYjAdzRBjtTs_KzbplT0079oxc
Host: example.org
Cookie: 

cURL

curl "https://api.[your-domain.com]/v2/users/uaa-id-132/spaces?space_guid=f33198e5-0bfc-47e8-8150-46f9f19da117" -X GET \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTEzMyIsImVtYWlsIjoiZW1haWwtOThAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQzOTQyNjE5OH0.BqdAlXZKy29j8lc9vHYjAdzRBjtTs_KzbplT0079oxc" \
	-H "Host: example.org" \
	-H "Cookie: "

Response

Status

200 OK

Body

{
  "total_results": 1,
  "total_pages": 1,
  "prev_url": null,
  "next_url": null,
  "resources": [
    {
      "metadata": {
        "guid": "deaae701-9a48-4c25-917e-e22ff8885ed2",
        "url": "/v2/spaces/deaae701-9a48-4c25-917e-e22ff8885ed2",
        "created_at": "2015-08-06T00:36:38Z",
        "updated_at": null
      },
      "entity": {
        "name": "name-470",
        "organization_guid": "09545d55-55f4-4305-ab28-3c9332c159c7",
        "space_quota_definition_guid": null,
        "allow_ssh": true,
        "organization_url": "/v2/organizations/09545d55-55f4-4305-ab28-3c9332c159c7",
        "developers_url": "/v2/spaces/deaae701-9a48-4c25-917e-e22ff8885ed2/developers",
        "managers_url": "/v2/spaces/deaae701-9a48-4c25-917e-e22ff8885ed2/managers",
        "auditors_url": "/v2/spaces/deaae701-9a48-4c25-917e-e22ff8885ed2/auditors",
        "apps_url": "/v2/spaces/deaae701-9a48-4c25-917e-e22ff8885ed2/apps",
        "routes_url": "/v2/spaces/deaae701-9a48-4c25-917e-e22ff8885ed2/routes",
        "domains_url": "/v2/spaces/deaae701-9a48-4c25-917e-e22ff8885ed2/domains",
        "service_instances_url": "/v2/spaces/deaae701-9a48-4c25-917e-e22ff8885ed2/service_instances",
        "app_events_url": "/v2/spaces/deaae701-9a48-4c25-917e-e22ff8885ed2/app_events",
        "events_url": "/v2/spaces/deaae701-9a48-4c25-917e-e22ff8885ed2/events",
        "security_groups_url": "/v2/spaces/deaae701-9a48-4c25-917e-e22ff8885ed2/security_groups"
      }
    }
  ]
}

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: c963dc7f-4dae-429d-b651-10f69ca3b87a
Content-Length: 1484
X-Content-Type-Options: nosniff