SlashID · Example Payload

Slashid Person Example

IdentityAuthenticationPasswordlessMFAPasskeysUser ManagementCIAMOAuth2OIDCSSORBACSecurity

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

Top-level fields

person_idactiveregionhandlesrolesgroups

Example Payload

Raw ↑
{
  "person_id": "pid:example:abc123",
  "active": true,
  "region": "us-iowa-1",
  "handles": [
    {
      "type": "email_address",
      "value": "user@example.com"
    }
  ],
  "roles": [],
  "groups": []
}