Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A persona represents a person with many identifiers and attributes across systems.

It is accessible through the following HTTP interfaces:

SCHEMA

Name

Description

_id

The id of the persona.

organisation

The id of the organisation that this persona belongs to.

name

The display name of this persona.

EXAMPLE

Code Block
{
  "_id" : "59c1219936229d4ce9634601",
  "organisation" : "59c1219936229d4ce9634602",
  "name" : "Example Persona",
}

...