GET https://api.siteleaf.com/v2/sites/:site_id/users
[
{
"id": "5697cc7b16d5640c40000000",
"email": "jill@example.com",
"firstname": "Jill",
"lastname": "Smith",
"fullname": "Jill Smith",
"created_at": "2013-06-03 04:42:35 +0000",
"updated_at": "2015-08-30 20:31:31 +0000",
"role": "admin"
}
]
GET https://api.siteleaf.com/v2/users/me
{
"id": "5697cc7b16d5640c40000000",
"email": "jill@example.com",
"firstname": "Jill",
"lastname": "Smith",
"fullname": "Jill Smith",
"created_at": "2013-06-03 04:42:35 +0000",
"updated_at": "2015-08-30 20:31:31 +0000",
"role": "admin"
}