Retrieves the attributes for an authenticated user in the Zephr user store. In addition to the standard authenticators, this endpoint also accepts an OAuth bearer token through the Authorization header. The response will only include publicly accessible user attributes.
OK. The user attributes were successfully retrieved. Returns a single layer JSON object of this user's attributes.
Unauthorized. This endpoint will return successfully for existing authenticated users only.
{- "first_name": "Joe",
- "surname": "Blow"
}