Frontegg · JSON Structure

Frontegg User Structure

Type: object Properties: 12
AuthenticationAuthorizationIdentity ManagementCIAMB2B SaaSMulti-TenancyRBACSSOSCIMEntitlementsOAuthOpenID Connect

Frontegg User Structure is a JSON Structure definition published by Frontegg, describing 12 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

id email name profilePictureUrl phoneNumber verified metadata roles permissions mfaEnrolled tenantId createdAt

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/frontegg/json-structure/frontegg-user-structure.json",
  "title": "User",
  "type": "object",
  "properties": {
    "id": "string",
    "email": "string",
    "name": "string",
    "profilePictureUrl": "string",
    "phoneNumber": "string",
    "verified": "boolean",
    "metadata": "object",
    "roles": "array",
    "permissions": "array",
    "mfaEnrolled": "boolean",
    "tenantId": "string",
    "createdAt": "string"
  }
}