Teams
Get Directory Meta
Returns directory configuration and tag cloud data for the team and member directory.
GET
Get Directory Meta
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 Directory Meta
Returns metadata that controls how the community directory behaves — including whether the directory is enabled, what content it shows (teams only, members only, or both), the tag cloud for filtering, and any custom fields configured for directory search.Authentication
Requires a valid customer bearer token.Response
The directory metadata object.
Meta Fields
When
true, the community directory is enabled for this location.Controls which profiles appear in the directory:
1 = Published profiles, 2 = Published profiles with a price plan, 3 = Everyone, 4 =
Everyone with a price plan.Controls the record types shown:
1 = Teams and members, 2 = Only teams, 3 = Only members.When
true, only members from the invoicing space are shown.When
true, members who are currently checked in are highlighted.Tag cloud entries derived from all published profiles.
The tag text.
Number of profiles using this tag.
Relative weight of this tag as a percentage — used to size tags in a tag cloud UI.
Custom fields configured for directory search.
Unique identifier of the custom field.
Display name of the custom field.
Field type (e.g.,
"Text", "Dropdown").Index used to map the field to the correct slot.
When
true, this field appears as a search filter in the directory UI.Label shown in the search filter UI.
Available values for dropdown-type fields.
Examples
Fetch directory metadata
TypeScript Integration
Usage in Portal
| Context | Source file |
|---|---|
Community directory (/community/directory) | src/views/community/directory/components/useDirectoryData.ts |
Error Responses
The customer is not authenticated or the session has expired.
Related Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /api/public/teams/published | List published teams in the directory |
GET | /api/public/teams/published/{teamId} | Get a single published team profile |
GET | /api/public/teams/my | List the customer’s own teams |
Get Directory Meta