post https://api-us-site-1.imiengage.io/api/v1/teams
To be developed
Create a Team within your tenant
Log in to see full request history
Responses
To be developed
Create a Team within your tenant
xxxxxxxxxx
13curl --request POST \
--url https://api-us-site-1.imiengage.io/api/v1/teams \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"data": {
"isActive": true,
"teamType": "agent",
"teamStatus": "IN_SERVICE"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: