Your workplace needs more WOW. Get ready for MHR's World of Work 2026
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_CODEis the tenant code that was provided by MHR.ENVIRONMENT_CODEis the environment code that was provided by MHR. When accessing your default environment (typically your production environment) the -ENVIRONMENT_CODEhostname segment, andEnvironmentCodeHTTP 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