Group Type (since 1.1)

A group_type defines the name a network uses for a certain group type. To keep the number of translations manageable, the name has to be chosen from a predefined list of possibilities.

Since

1.1

Representations

JSON

Properties

Name Type Description
id string One of the predetermined identifiers
name string Name from predefined list
type string “group_type”

Group types

id:valid names
business_unit:business_unit, division, location or store
department:department, division or team
local_dept.:department, division or team
public:group
restricted:group
private:group
secret:group

Example

{
    "_links": {
        "self": {
            "href": "https://api.speakap.io/groups/types/business_unit/"
        }
    },
    "id": "business_unit",
    "name": "business_unit"
}