Get User summary
GET /v2/users/:guid/summary
Request
Route
GET /v2/users/uaa-id-72/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-72/summary" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTczIiwiZW1haWwiOiJlbWFpbC00MEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDUzMzEwOTcyfQ.-76dhMFzftopYxko1Y0AT2RkagtuTk1p19B7-Z81IEo" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "uaa-id-72",
"created_at": "2016-01-13T17:29:32Z",
"updated_at": null
},
"entity": {
"organizations": [
{
"metadata": {
"guid": "9461db4a-f434-4404-97f5-0e299dff905f",
"created_at": "2016-01-13T17:29:32Z",
"updated_at": null
},
"entity": {
"name": "name-128",
"billing_enabled": false,
"status": "active",
"spaces": [
{
"metadata": {
"guid": "8d6e12ef-960a-4bfd-88e2-643a48c30e8e",
"created_at": "2016-01-13T17:29:32Z",
"updated_at": null
},
"entity": {
"name": "name-130"
}
}
],
"quota_definition": {
"metadata": {
"guid": "28d91222-9d1b-4cd3-ae0b-30a1a4cd2754",
"created_at": "2016-01-13T17:29:32Z",
"updated_at": null
},
"entity": {
"name": "name-129",
"non_basic_services_allowed": true,
"total_services": 60,
"memory_limit": 20480,
"trial_db_allowed": false
}
},
"managers": [
{
"metadata": {
"guid": "uaa-id-72",
"created_at": "2016-01-13T17:29:32Z",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": null
}
}
]
}
}
],
"managed_organizations": [
{
"metadata": {
"guid": "9461db4a-f434-4404-97f5-0e299dff905f",
"created_at": "2016-01-13T17:29:32Z",
"updated_at": null
},
"entity": {
"name": "name-128",
"billing_enabled": false,
"status": "active",
"spaces": [
{
"metadata": {
"guid": "8d6e12ef-960a-4bfd-88e2-643a48c30e8e",
"created_at": "2016-01-13T17:29:32Z",
"updated_at": null
},
"entity": {
"name": "name-130"
}
}
],
"quota_definition": {
"metadata": {
"guid": "28d91222-9d1b-4cd3-ae0b-30a1a4cd2754",
"created_at": "2016-01-13T17:29:32Z",
"updated_at": null
},
"entity": {
"name": "name-129",
"non_basic_services_allowed": true,
"total_services": 60,
"memory_limit": 20480,
"trial_db_allowed": false
}
},
"managers": [
{
"metadata": {
"guid": "uaa-id-72",
"created_at": "2016-01-13T17:29:32Z",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": null
}
}
]
}
}
],
"billing_managed_organizations": [
{
"metadata": {
"guid": "9461db4a-f434-4404-97f5-0e299dff905f",
"created_at": "2016-01-13T17:29:32Z",
"updated_at": null
},
"entity": {
"name": "name-128",
"billing_enabled": false,
"status": "active",
"spaces": [
{
"metadata": {
"guid": "8d6e12ef-960a-4bfd-88e2-643a48c30e8e",
"created_at": "2016-01-13T17:29:32Z",
"updated_at": null
},
"entity": {
"name": "name-130"
}
}
],
"quota_definition": {
"metadata": {
"guid": "28d91222-9d1b-4cd3-ae0b-30a1a4cd2754",
"created_at": "2016-01-13T17:29:32Z",
"updated_at": null
},
"entity": {
"name": "name-129",
"non_basic_services_allowed": true,
"total_services": 60,
"memory_limit": 20480,
"trial_db_allowed": false
}
},
"managers": [
{
"metadata": {
"guid": "uaa-id-72",
"created_at": "2016-01-13T17:29:32Z",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": null
}
}
]
}
}
],
"audited_organizations": [
{
"metadata": {
"guid": "9461db4a-f434-4404-97f5-0e299dff905f",
"created_at": "2016-01-13T17:29:32Z",
"updated_at": null
},
"entity": {
"name": "name-128",
"billing_enabled": false,
"status": "active",
"spaces": [
{
"metadata": {
"guid": "8d6e12ef-960a-4bfd-88e2-643a48c30e8e",
"created_at": "2016-01-13T17:29:32Z",
"updated_at": null
},
"entity": {
"name": "name-130"
}
}
],
"quota_definition": {
"metadata": {
"guid": "28d91222-9d1b-4cd3-ae0b-30a1a4cd2754",
"created_at": "2016-01-13T17:29:32Z",
"updated_at": null
},
"entity": {
"name": "name-129",
"non_basic_services_allowed": true,
"total_services": 60,
"memory_limit": 20480,
"trial_db_allowed": false
}
},
"managers": [
{
"metadata": {
"guid": "uaa-id-72",
"created_at": "2016-01-13T17:29:32Z",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": null
}
}
]
}
}
],
"spaces": [
{
"metadata": {
"guid": "8d6e12ef-960a-4bfd-88e2-643a48c30e8e",
"created_at": "2016-01-13T17:29:32Z",
"updated_at": null
},
"entity": {
"name": "name-130"
}
}
],
"managed_spaces": [
{
"metadata": {
"guid": "8d6e12ef-960a-4bfd-88e2-643a48c30e8e",
"created_at": "2016-01-13T17:29:32Z",
"updated_at": null
},
"entity": {
"name": "name-130"
}
}
],
"audited_spaces": [
{
"metadata": {
"guid": "8d6e12ef-960a-4bfd-88e2-643a48c30e8e",
"created_at": "2016-01-13T17:29:32Z",
"updated_at": null
},
"entity": {
"name": "name-130"
}
}
]
}
}
Headers