docs/interfaces/management.Management.GetGroupResponseContent.html
Represents the metadata of a group. Member lists are retrieved via a separate endpoint.
interface GetGroupResponseContent {
id: string;
name: string;
external_id?: string;
connection_id?: string;
tenant_name: string;
created_at: string;
updated_at: string;
key: string: any;
}
Accepts any additional properties
idnameexternal_id?connection_id?tenant_namecreated_atupdated_at
id: string
Unique identifier for the group (service-generated).
name: string
Name of the group. Must be unique within its connection. Must contain between 1 and 128 printable ASCII characters.
Optionalexternal_idexternal_id?: string
External identifier for the group, often used for SCIM synchronization. Max length of 256 characters.
Optionalconnection_idconnection_id?: string
Identifier for the connection this group belongs to (if a connection group).
tenant_name: string
Identifier for the tenant this group belongs to.
created_at: string
Timestamp of when the group was created.
updated_at: string
Timestamp of when the group was last updated.
Member Visibility
ThemeOSLightDark
Properties idnameexternal_idconnection_idtenant_namecreated_atupdated_at