Skip to main content
GET
Get Related Customer Profiles

Get Related Customer Profiles

Returns a list of customer profiles that are related to the specified customer. Related profiles are surfaced at the bottom of a customer’s directory profile card to encourage discovery and connections within the community.

Authentication

Requires a valid customer bearer token.

Path Parameters

number
required
The numeric identifier of the customer whose related profiles you want to retrieve. Obtain this from GET /api/public/coworkers/published ([].Id).

Query Parameters

string
Comma-separated list of field paths to include in the response. When provided, only the specified fields are returned — useful for reducing payload size. Supports nested paths using dot notation.

Response

Returns an object containing related customer profiles and community threads for the specified customer.
Array of customer profiles related to the specified customer. May be empty if no related profiles are found.
CommunityThread[]
Array of community threads associated with the specified customer.

Coworker Fields (within RelatedProfiles[])

Unique identifier for the related customer profile.
Display name of the related customer.
URL to the related customer’s avatar image.
Job title of the related customer.
Company name of the related customer.
Tags shared between the source customer and the related customer.

Example Response

TypeScript Integration

Usage in Portal

Error Responses

error
The bearer token is missing, expired, or invalid.
error
No published profile with the given coworkerId was found.