Skip to main content

Get a group

GET 

/:customer_id/groups/:group_id

Get group details

Request

Path Parameters

    customer_id Customer Idrequired

    Id of the tenant

    group_id Group Idrequired

    Id of the group

Responses

Schema
    description Description

    Description of the group

    user_settings object

    Default value: [object Object]

    Settings for the users in the group

    group_settings object

    Default value: [object Object]

    Settings for the group

    notification_emails string[]nullable

    Default value: ``

    Emails to notify for group alerts

    notification_webhooks string[]nullable

    Default value: ``

    Webhooks to notify for group alerts

    members object[]

    List of members uids in the group

  • Array [
  • uid uuidrequired

    User id

    external_id External Idrequired

    External id of the user

    alias Aliasnullablerequired

    Alias of the user

  • ]
Loading...