<- Team API

Team API

Retrieve team member

GET

 /v2/team-members/{team_member_id}

Retrieves a TeamMember object for the given TeamMember.id.

Permissions:EMPLOYEES_READ
Try in API Explorer
Link to section

Path parameters

Example code

Link to section

team_member_id

string

Required

The ID of the team member to retrieve.

Link to section

Response fields

Link to section

team_member

The successfully retrieved TeamMember object.

Link to section

errors

The errors that occurred during the request.