Retrieve a group by GUID

Retrieves a complete group resource by group ID (GUID). Use this endpoint to fetch detailed group profile information including display name, membership data, organizational details, and metadata for display in admin interfaces or group management workflows. To fetch a group's profile for display in the admin UI, call GET /scim/v2/Groups/{groupId} with a JWT containing seismic.user.view scope. Returns a single group object with all SCIM (System for Cross-domain Identity Management) attributes including core group fields, enterprise extensions, and Seismic-specific properties.

SCOPES

Requires one: seismic.user.view, seismic.user.manage See Permissions for additional details.

Terminology

  • SCIM: System for Cross-domain Identity Management, a standard protocol for managing user identities across systems - GUID: Globally Unique Identifier, a unique identifier format (e.g., 76a01ceb-1cdf-4cfe-a02d-a20c702052c4) - RFC 3339: Date-time format standard (ISO 8601) used for timestamps (e.g., 2024-01-25T02:16:45Z) - URN: Uniform Resource Name, SCIM schema identifiers (e.g., urn:ietf:params:scim:schemas:core:2.0:Group)
Language
Credentials
Header
Click Try It! to start a request and see the response here!