GET
/
v1
/
projects
/
{project}
/
users
cURL
curl --request GET \
  --url https://api.example.com/v1/projects/{project}/users
{
  "users": [
    {
      "created_at": "<string>",
      "gid": 1,
      "home": "<string>",
      "name": "<string>",
      "shell": "<string>",
      "uid": 1,
      "updated_at": "<string>",
      "authorized_keys": [
        "<string>"
      ]
    }
  ]
}

Path Parameters

project
string
required

Project name

Response

200 - application/json

Users listed

users
object[]
required