Member Directory
Get Related Customer Profiles
Retrieve customer profiles related to a given customer, based on shared tags, location, or other affinity signals.
GET
Get Related Customer Profiles
Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
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
The numeric identifier of the customer whose related profiles you want to retrieve. Obtain this from
GET /api/public/coworkers/published
([].Id).Query Parameters
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.
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
| Context | Source file |
|---|---|
| Related profiles section in directory profile modal | src/views/community/directory/components/CoworkersDirectoryProfileModal.tsx |
Error Responses
The bearer token is missing, expired, or invalid.
No published profile with the given
coworkerId was found.Related Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /api/public/coworkers/published/{coworkerId} | Get the full profile for this customer |
GET | /api/public/coworkers/published | List all published profiles in the directory |
Get Related Customer Profiles