Skip to main content
GET
/
company
/
users
cURL
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

id
string
name
string
email
string
phone
string
profile_photo
string
isOwner
boolean
isAdmin
boolean