Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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

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

  • No labels