Get User summary
GET /v2/users/:guid/summary
Request
Route
GET /v2/users/uaa-id-110/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-110/summary" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTExMSIsImVtYWlsIjoiZW1haWwtNzlAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQ2MTk1ODM5NX0.hq_DuzP7HZS-tJoSdiErfIbhUEOZi07YoOLzSFkNTV8" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "uaa-id-110",
"created_at": "2016-04-22T19:33:15Z",
"updated_at": null
},
"entity": {
"organizations": [
{
"metadata": {
"guid": "d2c39d8c-41d7-41c2-99c8-50a0cc669ee5",
"created_at": "2016-04-22T19:33:15Z",
"updated_at": null
},
"entity": {
"name": "name-251",
"billing_enabled": false,
"status": "active",
"spaces": [
{
"metadata": {
"guid": "9fe0b54d-4ca3-4f40-8e3a-121370034042",
"created_at": "2016-04-22T19:33:15Z",
"updated_at": null
},
"entity": {
"name": "name-253"
}
}
],
"quota_definition": {
"metadata": {
"guid": "7dc89bbf-5ced-421e-8c81-01286ce540c6",
"created_at": "2016-04-22T19:33:15Z",
"updated_at": null
},
"entity": {
"name": "name-252",
"non_basic_services_allowed": true,
"total_services": 60,
"memory_limit": 20480,
"trial_db_allowed": false,
"total_routes": 1000,
"instance_memory_limit": -1,
"total_private_domains": -1,
"app_instance_limit": -1,
"app_task_limit": -1
}
},
"managers": [
{
"metadata": {
"guid": "uaa-id-110",
"created_at": "2016-04-22T19:33:15Z",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": null
}
}
]
}
}
],
"managed_organizations": [
{
"metadata": {
"guid": "d2c39d8c-41d7-41c2-99c8-50a0cc669ee5",
"created_at": "2016-04-22T19:33:15Z",
"updated_at": null
},
"entity": {
"name": "name-251",
"billing_enabled": false,
"status": "active",
"spaces": [
{
"metadata": {
"guid": "9fe0b54d-4ca3-4f40-8e3a-121370034042",
"created_at": "2016-04-22T19:33:15Z",
"updated_at": null
},
"entity": {
"name": "name-253"
}
}
],
"quota_definition": {
"metadata": {
"guid": "7dc89bbf-5ced-421e-8c81-01286ce540c6",
"created_at": "2016-04-22T19:33:15Z",
"updated_at": null
},
"entity": {
"name": "name-252",
"non_basic_services_allowed": true,
"total_services": 60,
"memory_limit": 20480,
"trial_db_allowed": false,
"total_routes": 1000,
"instance_memory_limit": -1,
"total_private_domains": -1,
"app_instance_limit": -1,
"app_task_limit": -1
}
},
"managers": [
{
"metadata": {
"guid": "uaa-id-110",
"created_at": "2016-04-22T19:33:15Z",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": null
}
}
]
}
}
],
"billing_managed_organizations": [
{
"metadata": {
"guid": "d2c39d8c-41d7-41c2-99c8-50a0cc669ee5",
"created_at": "2016-04-22T19:33:15Z",
"updated_at": null
},
"entity": {
"name": "name-251",
"billing_enabled": false,
"status": "active",
"spaces": [
{
"metadata": {
"guid": "9fe0b54d-4ca3-4f40-8e3a-121370034042",
"created_at": "2016-04-22T19:33:15Z",
"updated_at": null
},
"entity": {
"name": "name-253"
}
}
],
"quota_definition": {
"metadata": {
"guid": "7dc89bbf-5ced-421e-8c81-01286ce540c6",
"created_at": "2016-04-22T19:33:15Z",
"updated_at": null
},
"entity": {
"name": "name-252",
"non_basic_services_allowed": true,
"total_services": 60,
"memory_limit": 20480,
"trial_db_allowed": false,
"total_routes": 1000,
"instance_memory_limit": -1,
"total_private_domains": -1,
"app_instance_limit": -1,
"app_task_limit": -1
}
},
"managers": [
{
"metadata": {
"guid": "uaa-id-110",
"created_at": "2016-04-22T19:33:15Z",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": null
}
}
]
}
}
],
"audited_organizations": [
{
"metadata": {
"guid": "d2c39d8c-41d7-41c2-99c8-50a0cc669ee5",
"created_at": "2016-04-22T19:33:15Z",
"updated_at": null
},
"entity": {
"name": "name-251",
"billing_enabled": false,
"status": "active",
"spaces": [
{
"metadata": {
"guid": "9fe0b54d-4ca3-4f40-8e3a-121370034042",
"created_at": "2016-04-22T19:33:15Z",
"updated_at": null
},
"entity": {
"name": "name-253"
}
}
],
"quota_definition": {
"metadata": {
"guid": "7dc89bbf-5ced-421e-8c81-01286ce540c6",
"created_at": "2016-04-22T19:33:15Z",
"updated_at": null
},
"entity": {
"name": "name-252",
"non_basic_services_allowed": true,
"total_services": 60,
"memory_limit": 20480,
"trial_db_allowed": false,
"total_routes": 1000,
"instance_memory_limit": -1,
"total_private_domains": -1,
"app_instance_limit": -1,
"app_task_limit": -1
}
},
"managers": [
{
"metadata": {
"guid": "uaa-id-110",
"created_at": "2016-04-22T19:33:15Z",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": null
}
}
]
}
}
],
"spaces": [
{
"metadata": {
"guid": "9fe0b54d-4ca3-4f40-8e3a-121370034042",
"created_at": "2016-04-22T19:33:15Z",
"updated_at": null
},
"entity": {
"name": "name-253"
}
}
],
"managed_spaces": [
{
"metadata": {
"guid": "9fe0b54d-4ca3-4f40-8e3a-121370034042",
"created_at": "2016-04-22T19:33:15Z",
"updated_at": null
},
"entity": {
"name": "name-253"
}
}
],
"audited_spaces": [
{
"metadata": {
"guid": "9fe0b54d-4ca3-4f40-8e3a-121370034042",
"created_at": "2016-04-22T19:33:15Z",
"updated_at": null
},
"entity": {
"name": "name-253"
}
}
]
}
}
Headers