Get team members for your organization
View all staff members who have access to your organization’s dashboard.
What are team members? Team members are your internal staff who can log into the Hyperprop dashboard to manage your prop firm. This is different from “traders” who are your customers.
Roles: Each member has a role that defines what they can see and do. Roles are permission maps over domains (traders, payouts, billing, team, …) with levels none/view/manage — see GET /organization/roles for the full matrix and system presets (Admin, Support, Finance, Audit).
Members created before roles existed report a legacy role: admin (full access) or viewOnly (read-only). Assign them a real role via PATCH /organization/team/.
What you get for each member:
- Email address and display name
- Their role (id, name, and effective permission map)
- When they joined your organization
- Profile avatar (if set)
Use cases:
- Audit who has access to your dashboard
- Review team member roles before making changes
- Onboard new team members by checking existing structure
Permissions: Only admins can view the team member list. View-only members cannot see other team members.
Authorizations
JWT Bearer token for user session auth. Format: "Bearer {token}". Used by User and Organization endpoints.
Query Parameters
Results per page (default: 50, max: 100)
1 <= x <= 100Pagination offset
x >= 0Cursor for pagination. Pass the nextCursor value from the previous response to get the next page. When using cursor, do not send offset — it will be ignored.
How it works: The cursor is an opaque string that points to the last item you received. The server uses it to efficiently fetch the next set of results without scanning previous pages.
Backwards compatible: If you don't send a cursor, offset/limit pagination works as before.
Related topics
Get your organization profileGet purchases for your organizationGet traders for your organizationGet trading plans for your organizationGet trading accounts for your organization