Get
/v2/users/{userid}
Returns user details for the supplied user id. If the supplied access token does not have rights for the account associated with the requested user an error will be returned. A superhero user can access details for any user on their account.
Security
HTTP
Type bearer
Header parameters
Accept
string
Exampleapplication/json
Path parameters
userid
stringRequired
(Required) User ID
Examplead Ut
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/json
{
"user_id": "5a4b8b9a0460151a5961504a",
"account_id": "58fde5f99cad0a03e578fe0b",
"first_name": "Bruce",
"last_name": "Wayne",
"email": "bruce@wayneenterprises.com",
"user_type": "hero",
"assigned_projects": [
"58fde5f99cad0a03e578fe0b",
"58fde5f99cad0a03e578fe0b"
],
"created_date_time": "2016-03-15T06:08:27.928Z",
"last_updated": "2016-03-15T06:08:27.928Z",
"last_login_at": "2016-03-15T06:08:27.928Z"
}object
401
Unauthorized
""string
403
Forbidden
""string