Skip to main content
GET
/
api
/
v2
/
branches
/
{id}
/
fee-earners
List fee earners for a branch
curl --request GET \
  --url https://api.example.com/api/v2/branches/{id}/fee-earners
[
  {
    "id": "<string>",
    "teamMemberId": "<string>",
    "title": "<string>",
    "firstName": "<string>",
    "lastName": "<string>",
    "role": "EstateAgent",
    "sraIDNumber": "<string>",
    "emailAddress": "<string>",
    "bio": "<string>",
    "avatarUrl": "<string>",
    "telephoneNumber": "<string>"
  }
]

Path Parameters

id
string
required

Branch ID

Response

List of fee earners for the branch

id
string

Branch team member ID

teamMemberId
string

Team member ID

title
string

Title (Mr, Mrs, Ms, etc.)

firstName
string

First name

lastName
string

Last name

role
enum<string>

Team member role

Available options:
EstateAgent,
Remortgager,
Broker,
Conveyancer,
Solicitor,
Paralegal,
Assistant,
Admin,
Other
sraIDNumber
string | null

SRA ID number

emailAddress
string | null

Email address

bio
string

Biography/description

avatarUrl
string | null

Avatar image URL

telephoneNumber
string | null

Phone number