Get users participating in the project


GET /api/project/:projectId/users

Returns the users participating in a given project.

Endpoint URL

https://<space_id>.repsona.com/api/project/:projectId/users

Authorization

Owner Admin Member

Path parameters

NameTypeDescription
projectId*stringProject ID

Example responses

{
  "requestedBy": 1,
  "users": [
    {
      "createdAt": 1672498800000,
      "updatedAt": 1672498800000,
      "id": 1746,
      "name": "Reon",
      "fullName": "Reon Walls",
      "avatarUrl": "/dummy/avatar1.png",
      "billingStatus": "active",
      "extra": {},
      "space": 1,
      "language": 2,
      "timeZone": 100
    }
  ]
}

Human-centered, best team!

Repsona is an ideal work management tool for your team
Get started for free