Frontegg · Example Payload

Frontegg Scim Config Example

AuthenticationAuthorizationIdentity ManagementCIAMB2B SaaSMulti-TenancyRBACSSOSCIMEntitlementsOAuthOpenID Connect

Frontegg Scim Config Example is an example object payload from Frontegg, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtenantIdconnectionTypetokenenabledcreatedAt

Example Payload

Raw ↑
{
  "id": "scim-1",
  "tenantId": "tenant-9f2a",
  "connectionType": "okta",
  "token": "scim-secret-token",
  "enabled": true,
  "createdAt": "2026-05-22T10:00:00Z"
}