Home
Version 3
Users API

Users API

Get User summary

GET /v2/users/:guid/summary

Request

Route

GET /v2/users/uaa-id-118/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

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTExOSIsImVtYWlsIjoiZW1haWwtODBAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQ1ODU5OTQyOX0.42R8erkdVknzpuom2NgKMrD0aTVPMOBiTF2cMZYZXVY
Host: example.org
Cookie: 

cURL

curl "https://api.[your-domain.com]/v2/users/uaa-id-118/summary" -X GET \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTExOSIsImVtYWlsIjoiZW1haWwtODBAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQ1ODU5OTQyOX0.42R8erkdVknzpuom2NgKMrD0aTVPMOBiTF2cMZYZXVY" \
	-H "Host: example.org" \
	-H "Cookie: "

Response

Status

200 OK

Body

{
  "metadata": {
    "guid": "uaa-id-118",
    "created_at": "2016-03-14T22:30:29Z",
    "updated_at": null
  },
  "entity": {
    "organizations": [
      {
        "metadata": {
          "guid": "7fb11084-bab2-43fe-92f7-c088be7c136c",
          "created_at": "2016-03-14T22:30:29Z",
          "updated_at": null
        },
        "entity": {
          "name": "name-1306",
          "billing_enabled": false,
          "status": "active",
          "spaces": [
            {
              "metadata": {
                "guid": "fd5358d2-06c2-43a6-8305-fa5dabb21688",
                "created_at": "2016-03-14T22:30:29Z",
                "updated_at": null
              },
              "entity": {
                "name": "name-1308"
              }
            }
          ],
          "quota_definition": {
            "metadata": {
              "guid": "b84eb602-e7bc-4c27-a65c-a8f4c2aef39c",
              "created_at": "2016-03-14T22:30:29Z",
              "updated_at": null
            },
            "entity": {
              "name": "name-1307",
              "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-118",
                "created_at": "2016-03-14T22:30:29Z",
                "updated_at": null
              },
              "entity": {
                "admin": false,
                "active": false,
                "default_space_guid": null
              }
            }
          ]
        }
      }
    ],
    "managed_organizations": [
      {
        "metadata": {
          "guid": "7fb11084-bab2-43fe-92f7-c088be7c136c",
          "created_at": "2016-03-14T22:30:29Z",
          "updated_at": null
        },
        "entity": {
          "name": "name-1306",
          "billing_enabled": false,
          "status": "active",
          "spaces": [
            {
              "metadata": {
                "guid": "fd5358d2-06c2-43a6-8305-fa5dabb21688",
                "created_at": "2016-03-14T22:30:29Z",
                "updated_at": null
              },
              "entity": {
                "name": "name-1308"
              }
            }
          ],
          "quota_definition": {
            "metadata": {
              "guid": "b84eb602-e7bc-4c27-a65c-a8f4c2aef39c",
              "created_at": "2016-03-14T22:30:29Z",
              "updated_at": null
            },
            "entity": {
              "name": "name-1307",
              "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-118",
                "created_at": "2016-03-14T22:30:29Z",
                "updated_at": null
              },
              "entity": {
                "admin": false,
                "active": false,
                "default_space_guid": null
              }
            }
          ]
        }
      }
    ],
    "billing_managed_organizations": [
      {
        "metadata": {
          "guid": "7fb11084-bab2-43fe-92f7-c088be7c136c",
          "created_at": "2016-03-14T22:30:29Z",
          "updated_at": null
        },
        "entity": {
          "name": "name-1306",
          "billing_enabled": false,
          "status": "active",
          "spaces": [
            {
              "metadata": {
                "guid": "fd5358d2-06c2-43a6-8305-fa5dabb21688",
                "created_at": "2016-03-14T22:30:29Z",
                "updated_at": null
              },
              "entity": {
                "name": "name-1308"
              }
            }
          ],
          "quota_definition": {
            "metadata": {
              "guid": "b84eb602-e7bc-4c27-a65c-a8f4c2aef39c",
              "created_at": "2016-03-14T22:30:29Z",
              "updated_at": null
            },
            "entity": {
              "name": "name-1307",
              "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-118",
                "created_at": "2016-03-14T22:30:29Z",
                "updated_at": null
              },
              "entity": {
                "admin": false,
                "active": false,
                "default_space_guid": null
              }
            }
          ]
        }
      }
    ],
    "audited_organizations": [
      {
        "metadata": {
          "guid": "7fb11084-bab2-43fe-92f7-c088be7c136c",
          "created_at": "2016-03-14T22:30:29Z",
          "updated_at": null
        },
        "entity": {
          "name": "name-1306",
          "billing_enabled": false,
          "status": "active",
          "spaces": [
            {
              "metadata": {
                "guid": "fd5358d2-06c2-43a6-8305-fa5dabb21688",
                "created_at": "2016-03-14T22:30:29Z",
                "updated_at": null
              },
              "entity": {
                "name": "name-1308"
              }
            }
          ],
          "quota_definition": {
            "metadata": {
              "guid": "b84eb602-e7bc-4c27-a65c-a8f4c2aef39c",
              "created_at": "2016-03-14T22:30:29Z",
              "updated_at": null
            },
            "entity": {
              "name": "name-1307",
              "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-118",
                "created_at": "2016-03-14T22:30:29Z",
                "updated_at": null
              },
              "entity": {
                "admin": false,
                "active": false,
                "default_space_guid": null
              }
            }
          ]
        }
      }
    ],
    "spaces": [
      {
        "metadata": {
          "guid": "fd5358d2-06c2-43a6-8305-fa5dabb21688",
          "created_at": "2016-03-14T22:30:29Z",
          "updated_at": null
        },
        "entity": {
          "name": "name-1308"
        }
      }
    ],
    "managed_spaces": [
      {
        "metadata": {
          "guid": "fd5358d2-06c2-43a6-8305-fa5dabb21688",
          "created_at": "2016-03-14T22:30:29Z",
          "updated_at": null
        },
        "entity": {
          "name": "name-1308"
        }
      }
    ],
    "audited_spaces": [
      {
        "metadata": {
          "guid": "fd5358d2-06c2-43a6-8305-fa5dabb21688",
          "created_at": "2016-03-14T22:30:29Z",
          "updated_at": null
        },
        "entity": {
          "name": "name-1308"
        }
      }
    ]
  }
}

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: 
Content-Length: 4259
X-Content-Type-Options: nosniff