v1
latestOpenAPI 3.0.12026-07-22120163333.7 KBMembers
Get the current user's profile
Returns the team-member profile of the caller, resolved from the authentication token.
get/v1.0/me
Headers
Authorizationstring required
Bearer [access_token]
Response
Current user's profile.
Example response
{
"id": 11,
"teamId": 12345,
"invitorUserId": 100001,
"memberUserId": 100234,
"roleName": "Agent",
"firstLetter": "A",
"email": "alice@example.com",
"firstName": "Alice",
"lastName": "Johnson",
"phoneNumber": "+14155550199",
"status": 1,
"virtualNumber": "+14155550100",
"newLeadCount": 5,
"assignedLeadCount": 42,
"timeZoneId": "America/Los_Angeles",
"groupId": 12345,
"groupName": "North Austin Office"
}