Returns the team-member profile of the caller, resolved from the authentication token.
curl --request GET \
--url https://api.lofty.com/v1.0/me \
--header 'Authorization: <authorization>'{
"id": 11,
"teamId": 12345,
"invitorUserId": 100001,
"memberUserId": 100234,
"role": 0,
"roleName": "Agent",
"firstLetter": "A",
"email": "alice@example.com",
"firstName": "Alice",
"lastName": "Johnson",
"phoneNumber": "+14155550199",
"status": 1,
"virtualNumber": "+14155550100",
"newLeadCount": 5,
"assignedLeadCount": 42,
"isAdmin": false,
"agentInfo": {
"licenseId": "<string>",
"position": "<string>",
"companyName": "<string>",
"companyAddress": "<string>",
"mlsAgentId": "<string>",
"agentPid": "<string>"
},
"timeZoneId": "America/Los_Angeles",
"groupId": 12345,
"groupName": "North Austin Office",
"group": {
"id": 123,
"teamId": 123,
"parentId": 123,
"websiteOwnerId": 123,
"name": "<string>",
"type": 123,
"phone": "<string>",
"phoneCode": "<string>",
"phoneCountry": "<string>",
"email": "<string>",
"city": "<string>",
"state": "<string>",
"zipcode": "<string>",
"streetAddress": "<string>",
"webSiteUrl": "<string>",
"createTime": "2023-11-07T05:31:56Z",
"updateTime": "2023-11-07T05:31:56Z",
"path": "<string>",
"showInSite": true,
"defaultFlag": true,
"allowManageSub": true,
"agentCount": 123,
"boundNumber": "<string>",
"status": "ACTIVE",
"layer": 123,
"childPath": "<string>"
},
"accountStatus": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer [access_token]
Current user's profile.
Team-member record ID.
11
ID of the team this member belongs to.
12345
User ID of the member who invited this member.
100001
User ID of the team member.
100234
Numeric role code.
0
Human-readable role name.
"Agent"
First letter of the member's name, used for alphabetic grouping.
"A"
Email address of the member.
"alice@example.com"
Given name of the member.
"Alice"
Family name of the member.
"Johnson"
Phone number of the member.
"+14155550199"
Numeric status code of the member.
1
Virtual number assigned to the member for dialer features. Empty string when no virtual number is assigned.
"+14155550100"
Number of new (unassigned) leads routable to this member.
5
Number of leads currently assigned to this member.
42
Whether the member is an administrator of the team.
false
Additional agent profile details.
Show child attributes
IANA time zone identifier for the member.
"America/Los_Angeles"
ID of the office / group this member belongs to.
12345
Name of the office / group this member belongs to.
"North Austin Office"
Show child attributes
curl --request GET \
--url https://api.lofty.com/v1.0/me \
--header 'Authorization: <authorization>'{
"id": 11,
"teamId": 12345,
"invitorUserId": 100001,
"memberUserId": 100234,
"role": 0,
"roleName": "Agent",
"firstLetter": "A",
"email": "alice@example.com",
"firstName": "Alice",
"lastName": "Johnson",
"phoneNumber": "+14155550199",
"status": 1,
"virtualNumber": "+14155550100",
"newLeadCount": 5,
"assignedLeadCount": 42,
"isAdmin": false,
"agentInfo": {
"licenseId": "<string>",
"position": "<string>",
"companyName": "<string>",
"companyAddress": "<string>",
"mlsAgentId": "<string>",
"agentPid": "<string>"
},
"timeZoneId": "America/Los_Angeles",
"groupId": 12345,
"groupName": "North Austin Office",
"group": {
"id": 123,
"teamId": 123,
"parentId": 123,
"websiteOwnerId": 123,
"name": "<string>",
"type": 123,
"phone": "<string>",
"phoneCode": "<string>",
"phoneCountry": "<string>",
"email": "<string>",
"city": "<string>",
"state": "<string>",
"zipcode": "<string>",
"streetAddress": "<string>",
"webSiteUrl": "<string>",
"createTime": "2023-11-07T05:31:56Z",
"updateTime": "2023-11-07T05:31:56Z",
"path": "<string>",
"showInSite": true,
"defaultFlag": true,
"allowManageSub": true,
"agentCount": 123,
"boundNumber": "<string>",
"status": "ACTIVE",
"layer": 123,
"childPath": "<string>"
},
"accountStatus": "<string>"
}