get https://api.followupboss.com/v1/users/
Retrieve a user by id.
Role Mapping
Currently, the
role
value in the response will only map to three options:Agent
,Broker
andLender
.Broker
is the same as an Owner in the front end of Follow Up Boss ifisOwner
is alsotrue
, otherwise they are just an Admin.By utilizing the
teamLeaderOf
results in the response along with the role itself, you can make other connections. For example, if a user is anAgent
andteamLeaderOf
contains the id of1
in the list, that means the user is a Team Leader / ISA Role in Follow Up Boss.