Get User summary
GET /v2/users/:guid/summary
Request
Route
GET /v2/users/uaa-id-4/summary
Body
Name |
Description |
Default |
Valid Values |
Example Values |
guid
|
The guid of the user for which summary is requested
|
|
|
|
audited_spaces
|
List of spaces that the user is an auditor for.
|
|
|
|
managed_spaces
|
List of spaces that the user is a manager for.
|
|
|
|
spaces
|
List of spaces that the user is developer for.
|
|
|
|
audited_organizations
|
List of organizations that the user is an auditor for.
|
|
|
|
billing_managed_organizations
|
List of organizations that the user is a billing manager for.
|
|
|
|
managed_organizations
|
List of organizations that the user is a manager for.
|
|
|
|
organizations
|
List of organizations that the user is a member of.
|
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/users/uaa-id-4/summary" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTUiLCJlbWFpbCI6ImVtYWlsLTRAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQ0OTUzMTUwNn0.tRMhgaLAz342Ciy7w4vPuaw3gm_8GlpLoUhd6J5keG8" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "uaa-id-4",
"created_at": "2015-11-30T23:38:26Z",
"updated_at": null
},
"entity": {
"organizations": [
{
"metadata": {
"guid": "31659041-4f90-4390-a53c-bdc6aa53b9e1",
"created_at": "2015-11-30T23:38:26Z",
"updated_at": null
},
"entity": {
"name": "name-19",
"billing_enabled": false,
"status": "active",
"spaces": [
{
"metadata": {
"guid": "a6e00747-85e8-464d-a40b-3f1bfdfc3835",
"created_at": "2015-11-30T23:38:26Z",
"updated_at": null
},
"entity": {
"name": "name-21"
}
}
],
"quota_definition": {
"metadata": {
"guid": "d82fa2ce-3784-40dc-b606-48bfc0622522",
"created_at": "2015-11-30T23:38:26Z",
"updated_at": null
},
"entity": {
"name": "name-20",
"non_basic_services_allowed": true,
"total_services": 60,
"memory_limit": 20480,
"trial_db_allowed": false
}
},
"managers": [
{
"metadata": {
"guid": "uaa-id-4",
"created_at": "2015-11-30T23:38:26Z",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": null
}
}
]
}
}
],
"managed_organizations": [
{
"metadata": {
"guid": "31659041-4f90-4390-a53c-bdc6aa53b9e1",
"created_at": "2015-11-30T23:38:26Z",
"updated_at": null
},
"entity": {
"name": "name-19",
"billing_enabled": false,
"status": "active",
"spaces": [
{
"metadata": {
"guid": "a6e00747-85e8-464d-a40b-3f1bfdfc3835",
"created_at": "2015-11-30T23:38:26Z",
"updated_at": null
},
"entity": {
"name": "name-21"
}
}
],
"quota_definition": {
"metadata": {
"guid": "d82fa2ce-3784-40dc-b606-48bfc0622522",
"created_at": "2015-11-30T23:38:26Z",
"updated_at": null
},
"entity": {
"name": "name-20",
"non_basic_services_allowed": true,
"total_services": 60,
"memory_limit": 20480,
"trial_db_allowed": false
}
},
"managers": [
{
"metadata": {
"guid": "uaa-id-4",
"created_at": "2015-11-30T23:38:26Z",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": null
}
}
]
}
}
],
"billing_managed_organizations": [
{
"metadata": {
"guid": "31659041-4f90-4390-a53c-bdc6aa53b9e1",
"created_at": "2015-11-30T23:38:26Z",
"updated_at": null
},
"entity": {
"name": "name-19",
"billing_enabled": false,
"status": "active",
"spaces": [
{
"metadata": {
"guid": "a6e00747-85e8-464d-a40b-3f1bfdfc3835",
"created_at": "2015-11-30T23:38:26Z",
"updated_at": null
},
"entity": {
"name": "name-21"
}
}
],
"quota_definition": {
"metadata": {
"guid": "d82fa2ce-3784-40dc-b606-48bfc0622522",
"created_at": "2015-11-30T23:38:26Z",
"updated_at": null
},
"entity": {
"name": "name-20",
"non_basic_services_allowed": true,
"total_services": 60,
"memory_limit": 20480,
"trial_db_allowed": false
}
},
"managers": [
{
"metadata": {
"guid": "uaa-id-4",
"created_at": "2015-11-30T23:38:26Z",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": null
}
}
]
}
}
],
"audited_organizations": [
{
"metadata": {
"guid": "31659041-4f90-4390-a53c-bdc6aa53b9e1",
"created_at": "2015-11-30T23:38:26Z",
"updated_at": null
},
"entity": {
"name": "name-19",
"billing_enabled": false,
"status": "active",
"spaces": [
{
"metadata": {
"guid": "a6e00747-85e8-464d-a40b-3f1bfdfc3835",
"created_at": "2015-11-30T23:38:26Z",
"updated_at": null
},
"entity": {
"name": "name-21"
}
}
],
"quota_definition": {
"metadata": {
"guid": "d82fa2ce-3784-40dc-b606-48bfc0622522",
"created_at": "2015-11-30T23:38:26Z",
"updated_at": null
},
"entity": {
"name": "name-20",
"non_basic_services_allowed": true,
"total_services": 60,
"memory_limit": 20480,
"trial_db_allowed": false
}
},
"managers": [
{
"metadata": {
"guid": "uaa-id-4",
"created_at": "2015-11-30T23:38:26Z",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": null
}
}
]
}
}
],
"spaces": [
{
"metadata": {
"guid": "a6e00747-85e8-464d-a40b-3f1bfdfc3835",
"created_at": "2015-11-30T23:38:26Z",
"updated_at": null
},
"entity": {
"name": "name-21"
}
}
],
"managed_spaces": [
{
"metadata": {
"guid": "a6e00747-85e8-464d-a40b-3f1bfdfc3835",
"created_at": "2015-11-30T23:38:26Z",
"updated_at": null
},
"entity": {
"name": "name-21"
}
}
],
"audited_spaces": [
{
"metadata": {
"guid": "a6e00747-85e8-464d-a40b-3f1bfdfc3835",
"created_at": "2015-11-30T23:38:26Z",
"updated_at": null
},
"entity": {
"name": "name-21"
}
}
]
}
}
Headers