GET/people/APIKeys.json
Retrieve all API Keys for all People on account
Retrieves the API keys for all people on your Teamwork account.
Please note: This can only be called by the user authenticated as the Site Owner.
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
- Code
- 422
- Type
- object
- Schema
- Description
- 422 Response
200 Response
application/json
{
"people": [
{
"userAPIKey": "apikey",
"first-name": "'Demo",
"company-name": "Demo 1 Company",
"id": "999",
"in-owner-company": true,
"last-name": "User'",
"companyId": "999",
"email-address": "d@demo1company.com",
"company-id": "999"
}
],
"STATUS": "OK"
}