GET
/
company
/
users
curl --request GET \
  --url https://api.teamcamp.app/v1.0/company/users \
  --header 'apiKey: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "email": "<string>",
  "phone": "<string>",
  "profile_photo": "<string>",
  "isOwner": true,
  "isAdmin": true
}

Authorizations

apiKey
string
header
required

Response

200
application/json
API Response

The response is of type object.