CorebanqCorebanq Developer Docs
Customersv2

List Team Members

GET/v2/customers/{id}/teams

Path Parameters

id*string

Response Body

application/json

curl -X GET "https://example.com/v2/customers/497f6eca-6276-4993-bfeb-53cbbbba6f08/teams"
{
  "data": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "email": "user@example.com",
      "role": "string",
      "status": "string"
    }
  ],
  "total": 0
}