Substy Developers
Team

List team members

List agency employees with the supported member filters and creator assignments.

GET/v1/agencies/{agencyId}/team/employees

List agency employees with the supported member filters and creator assignments.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

agencyId*string
Length1 <= length

Query Parameters

limit?number
Range1 <= value <= 500
Default20
cursor?number
Default0

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/agencies/string/team/employees" \  -H "Authorization: Bearer YOUR_API_KEY"
{  "data": {    "items": [      {        "id": "string",        "name": "string",        "email": "string",        "imageUrl": null,        "rate": null,        "hourlyWage": null,        "telegramChatId": null,        "telegramUsername": null,        "agencyId": "string",        "role": "string",        "employeeId": "string",        "creators": [          {            "id": "string"          }        ],        "joinedAt": "2019-08-24T14:15:22Z",        "isOrgCreator": null,        "roleId": null,        "isOwner": null,        "isRoleProtected": null,        "updatedAt": "2019-08-24T14:15:22Z",        "imported": true,        "importedAt": null,        "color": null,        "removedAt": null,        "emojis": [          "string"        ]      }    ],    "totalCount": 0,    "nextCursor": null  },  "meta": {    "requestId": "string"  }}