> ## 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.

# Team Management

> An overview of the team management pages — bookings, attendance, members, and permissions.

The team management section is available to members who are designated as team managers or administrators. It provides visibility into team-wide bookings, attendance, membership, and permissions.

All team management pages are fully customisable through the **Page Editor** in the Nexudus dashboard, using the editor outline system.

## Team Bookings

**Route:** `/user/team/bookings`

Displays all resource bookings made by members of the team. Team managers can review upcoming and past reservations made by any team member. The layout and visible fields are configured entirely through the Page Editor.

<Frame>
  <img src="https://mintcdn.com/nexudus/3uq2uFFd29w-bweY/images/member-portal/team-bookings.png?fit=max&auto=format&n=3uq2uFFd29w-bweY&q=85&s=eaaaa7129aa4cc334236a2bc4d10b039" alt="Team Bookings page" width="2560" height="2326" data-path="images/member-portal/team-bookings.png" />
</Frame>

***

## Team Attendance

**Route:** `/user/team/attendance` or `/user/team/attendance/:teamId`

Shows attendance records for team members — check-in and check-out times, presence data, and usage patterns. Useful for understanding how the team uses the space.

The `:teamId` URL parameter allows managers of multiple teams to view attendance for a specific team.

<Frame>
  <img src="https://mintcdn.com/nexudus/3uq2uFFd29w-bweY/images/member-portal/team-attendance.png?fit=max&auto=format&n=3uq2uFFd29w-bweY&q=85&s=875318d2931678d92a79df85ff6d827d" alt="Team Attendance page" width="2560" height="2326" data-path="images/member-portal/team-attendance.png" />
</Frame>

***

## Team Members

**Route:** `/user/team/members` or `/user/team/members/:teamId`

Lists all members of the team with their profile information. Team managers can view who belongs to the team and manage membership.

The `:teamId` URL parameter scopes the view to a specific team when the manager oversees multiple teams.

<Frame>
  <img src="https://mintcdn.com/nexudus/3uq2uFFd29w-bweY/images/member-portal/team-members.png?fit=max&auto=format&n=3uq2uFFd29w-bweY&q=85&s=66e2e592d1cad2bbbd55fb1e93ea7a99" alt="Team Members page" width="2560" height="2326" data-path="images/member-portal/team-members.png" />
</Frame>

***

## Team Permissions

**Route:** `/user/team/permissions` or `/user/team/permissions/:teamId`

Manages role-based access controls and permissions for team members. Team managers can assign roles and configure what each member is allowed to do within the portal.

The `:teamId` URL parameter scopes the view to a specific team.

<Frame>
  <img src="https://mintcdn.com/nexudus/3uq2uFFd29w-bweY/images/member-portal/team-permissions.png?fit=max&auto=format&n=3uq2uFFd29w-bweY&q=85&s=a1e4531cd9db41feeadfccbabf5e85ce" alt="Team Permissions page" width="2560" height="2326" data-path="images/member-portal/team-permissions.png" />
</Frame>

***

## Configuration

All four team management pages use the editor outline system, meaning their content and layout are entirely customisable from the Page Editor. There are no hard-coded UI elements — everything is driven by your dashboard configuration.

<Tip>
  Team management features are only visible to members with the appropriate team manager or admin role. Regular members will not see these pages in
  their navigation.
</Tip>
