Show examples in:
Javascript HTTP

Content Management API > SSO Group

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

Example: "312"
type string

Must be exactly "sso_group".

attributes.name string

Name of the group

Example: "Admin"
attributes.priority integer

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

Example: 1
relationships.role.data

Sso Group's role

relationships.users.data

Group members

Available endpoints