Returns the full public profile of a single published team from the directory.
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.
Id in the Records array from GET /api/public/teams/published.GET /api/public/teams/{teamId}/profile, but scoped to publicly visible information. See that endpoint for the full field breakdown.
| Field | Type | Description |
|---|---|---|
Id | number | Unique numeric identifier for the team |
Name | string | Team display name |
Description | string | Team description |
ProfileSummary | string | Short team bio |
ProfileIsPublic | boolean | Whether the profile is publicly visible |
ProfileWebsite | string | Team website URL |
HasTeamLogo | boolean | Whether the team has a logo image |
TeamMembersCount | number | Number of team members |
BusinessName | string | Location display name |
HasCommunityGroup | boolean | Whether the team has a discussion group |
Twitter | string | Twitter handle/URL |
Linkedin | string | LinkedIn URL |
| Context | Source file |
|---|---|
Team profile modal in directory (/community/directory) | src/views/community/directory/components/TeamDirectoryProfileModal.tsx |
| Method | Endpoint | Description |
|---|---|---|
GET | /api/public/teams/published | List all published teams |
GET | /api/public/teams/directory/meta | Directory metadata (tags, config) |
GET | /api/public/teams/{teamId}/profile | Full team profile (member access) |