Skip to main content
GET
Get Published Team

Get Published Team

Returns the full public profile for a single team in the member directory. Used when a customer clicks on a team card in the directory to view its detailed profile in a modal.

Authentication

Requires a valid customer bearer token.

Path Parameters

teamId
number
required
Numeric identifier of the team. Returned as Id in the Records array from GET /api/public/teams/published.

Query Parameters

_shape
string
Comma-separated dot-notated field paths to include in the response. When provided, only the specified fields are returned — useful for reducing payload size.

Response

Returns a team profile object with the same fields as GET /api/public/teams/{teamId}/profile, but scoped to publicly visible information. See that endpoint for the full field breakdown.

Key Team Profile Fields

Examples

Fetch a published team profile

TypeScript Integration

Usage in Portal

Error Responses

401 Unauthorized
error
The customer is not authenticated or the session has expired.
404 Not Found
error
Team with the specified ID does not exist or is not publicly visible.