EmpowerID Persons

The EmpowerID Web API is built on the principles of REST and is organized around the components (resource objects, like user accounts, EmpowerID people, Exchange mailboxes, workflows, etc.,) of the EmpowerID platform. The articles in this section provide examples of calling the EmpowerID Web API to return information about those objects as well as performing CRUD operations around those same objects. 

All external requests to the EmpowerID API require an OAuth 2.0 Bearer token (JWT) be present in the Authorization header. This requires a unique API Key, Client Secret, and Client ID, which can generated by Registering an OAuth Application in EmpowerID. After registering the application, use the EmpowerID API to Get an access token.


Getting Started


Search for People

Search for People

Create People

Create Person Objects

Edit People

Edit Person Attributes

Reset Passwords

Reset Passwords

Check Access

Check User Access