List members

Returns every member of the organization.

GET /api/v1/team

Returns every member of the organization.

Scope: team:read

Example request

curl https://dashboard.getmacha.com/api/v1/team \
  -H "Authorization: Bearer $MACHA_API_KEY"

Example response

{
  "data": [
    {
      "id": "member_64f1c0...",
      "user_id": "user_64f1c0...",
      "name": "Ankeet Guha",
      "email": "[email protected]",
      "role": "owner",
      "is_active": true,
      "last_login_at": "2026-06-24T09:00:00.000Z",
      "created_at": "2026-06-01T00:00:00.000Z"
    }
  ],
  "meta": { "request_id": "req_..." }
}

© 2026 AGZ Technologies Private Limited