Get All Teammates
Request
GET /TeammatesQuery Parameters
Name
Type
Required
Comments
Response
{
"data": [
{
"name": "Robert Baker",
"email": "[email protected]",
"role": "admin"
},
{
"name": "William Shakespeare",
"email": "[email protected]",
"role": "read_only_user"
}
],
"errorCode": -1,
"errorText": null
}Last updated
Was this helpful?