Show examples in:
    SSO Group

    A Single Sign-On group exists when a DatoCMS project is connected to an Identity Provider. These groups can be used to link DatoCMS roles to the Identity Provider's groups.

    Object payload

    id  string
    ID of group
    type  string
    Must be exactly "sso_group"
    name  string  Example: "Admin"

    Name of the group

    priority  integer  Example: 1

    When an user belongs to multiple groups, the role associated to the group with the highest priority will be used

    role{ type: "role", id: role.id }

    Sso Group's role

    usersArray of { type: "sso_user", id: sso_user.id }

    Group members

    Available endpoints