latestOpenAPI 3.1.02026-08-13233474.8 KB
e920ac8ed225
Groups
Create Group
Create a new group belonging to the provided organization.
post/groups
Request body
Example request
{
"countryCode": "US",
"location": {
"label": "Denver, CO, USA",
"coordinates": {
"lat": 39.7392358,
"lng": -104.990251
}
}
}Response
Returns the created group.
Example response
{
"countryCode": "US",
"location": {
"label": "Denver, CO, USA",
"coordinates": {
"lat": 39.7392358,
"lng": -104.990251
}
},
"timezone": "America/Denver"
}