Image
abstract swish line in gradient colouring from pink to blue on a dark blue background

Quick start guide

People First Base URI

The People First Base URI requires two amendments to the Tenant Code and Environment Code segments before it can be used as the basis for all of your API calls.

https://TENANT_CODE-ENVIRONMENT_CODE.people-first.com

 

  • TENANT_CODE is the tenant code that was provided by MHR.
  • ENVIRONMENT_CODE is the environment code that was provided by MHR. When accessing your default environment (typically your production environment) the -ENVIRONMENT_CODE hostname segment, and EnvironmentCode HTTP header field can be omitted.

To form the People First Base URI you will need to insert your provided Tenant and Environment codes into the above URI as per the example below.

https://pegasusincorporated-johnsmith.people-first.com

 

  • EXAMPLE_TENANT_CODE: PegasusIncorporated
  • EXAMPLE_ENVIRONMENT_CODE: JohnSmith

The People First base URI is always followed by /api/v1, so the People First base URI then becomes:

https://pegasusincorporated-johnsmith.people-first.com/api/v1

Looking for something specific?