Users API
The user resource allow you view the user information for the currently authenticated user.
Get User Detail
Request
GET /user
Response
Status: 200 OK
{
"id" : "0#WseYku+3w4HAMf+dIq854Qw/2Qc=",
"username" : "foo",
"email_addresses" : [ "[email protected]", "[email protected]" ]
}
Response Properties
id | Unique ID for the user. |
username | The user's nickname. |
email_addresses | A list of one or more email addresses associated with the user account. |