User
Create an user group
Create a new user group.
post/groups
Request body
Example request
{
"outbound_caller_ids": [
{
"provider_id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}
]
}Response
Created user group
Example response
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}