Red Hat · Example Payload

Red Hat Keycloak Admin User Example

CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

Red Hat Keycloak Admin User Example is an example object payload from Red Hat, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idusernamefirstNamelastNameemailemailVerifiedenabledcreatedTimestampattributescredentialsrequiredActions

Example Payload

Raw ↑
{
  "id": "abc123",
  "username": "example_value",
  "firstName": "example_value",
  "lastName": "example_value",
  "email": "user@example.com",
  "emailVerified": "user@example.com",
  "enabled": true,
  "createdTimestamp": 10,
  "attributes": "example_value",
  "credentials": [],
  "requiredActions": []
}