Skip to content

Relationship Manager Resource

Resource representing a relationship manager.

The relationship manager resource contains information about a taxfyle user specifically acting as a relationship manager.

Endpoint

MethodUrl
GET/v1.0/jobs/{job_id}/relationship-manager

Properties

email

The email of the relationship manager.

user_id

The user ID of the relationship manager.

first_name

The first name of the relationship manager.

last_name

The last name of the relationship manager.

full_name

The full name of the relationship manager.

meeting_link

The relationship manager's meeting link.

phone_number

The relationship manager's phone number.

json
Copied
1{
2 "user_id": "a6e5ea2f-7d96-4852-9f46-2383dfd572f7",
3 "first_name": "John",
4 "last_name": "Doe",
5 "full_name": "John Doe",
6 "email": "john.doe@taxfyle.com",
7 "meeting_link": "https://meeting-link",
8 "phone_number": "+1800-123-4567"
9}
Last updated on April 20, 2026