Skip to main content
GET
/
project
/
{id}
/
user
Get project users
curl --request GET \
  --url https://api.basic.tech/project/{id}/user/ \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "account_id": "<string>",
      "meta": {},
      "profile": {},
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization Token header using the Bearer scheme

Path Parameters

id
string
required

Unique identifier of the project

Response

List of project users

List of project users

data
object[]
required