Loading...
A user represents a single Buffer user account.
Returns a single user.
GET https://api.bufferapp.com/1/user.json
{
"_id":"4f0c0a06512f7ef214000000",
"activity_at":1343654640,
"created_at":1326189062,
"id":"4f0c0a06512f7ef214000000",
"plan":"free",
"timezone":"Asia\/Tel_Aviv"
}
Deauthorize your client for the user.
POST https://api.bufferapp.com/1/user/deauthorize.json
{
"success": true,
"message": "Access successfully revoked!"
}