Retrieve a Particular User
GET /v2/users/:guid
Request
Route
GET /v2/users/uaa-id-306
Headers
cURL
curl "https://api.[your-domain.com]/v2/users/uaa-id-306" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMwNyIsImVtYWlsIjoiZW1haWwtMjMzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDUzNjIzMTV9.wNv8skkj4j_cR55dNkdqQiBnSOIOD_IbrQMy7Tb9kfQ" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "uaa-id-306",
"url": "/v2/users/uaa-id-306",
"created_at": "2015-10-13T17:31:55Z",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": "57305158-eb9b-4018-a96c-bdaecc17374f",
"default_space_url": "/v2/spaces/57305158-eb9b-4018-a96c-bdaecc17374f",
"spaces_url": "/v2/users/uaa-id-306/spaces",
"organizations_url": "/v2/users/uaa-id-306/organizations",
"managed_organizations_url": "/v2/users/uaa-id-306/managed_organizations",
"billing_managed_organizations_url": "/v2/users/uaa-id-306/billing_managed_organizations",
"audited_organizations_url": "/v2/users/uaa-id-306/audited_organizations",
"managed_spaces_url": "/v2/users/uaa-id-306/managed_spaces",
"audited_spaces_url": "/v2/users/uaa-id-306/audited_spaces"
}
}
Headers