list-account-team
restish dci list-account-team
Returns a list of all DoiT account managers assigned to your organization.
Responses
200 (application/json)
OK - List of account managers returned.
{
"type": "object",
"properties": {
"accountManagers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"email": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"role": {
"type": "string"
},
"calendlyLink": {
"type": "string"
}
}
}
}
}
}