Wiki

Clone wiki

Numera.LibrisAPI / identity.view

Home > API Reference Documentation > identity.view

identity.view

The identity.view action is used to load up the details of a particular identity. Roles less than Agent Supervisor can only load up their own account.

Input Parameters

PropertyRequiredDescription
emailnoThe email of the identity to load
account_idnoThe account_id of the identity to load

Output

The identity will be placed into the result object with the following properties documented here.

Possible Status Codes

Status CodeReasonDescription
1000IDENTITY_NOT_FOUNDEither it does not exist or the user does not have access to that identity

Updated