Download OpenAPI specification:Download
HRM One Provisioning API contain endpoints to manage Users. You can subscribe to updates to our API's here
The HRM One Provisioning API follows the SCIM 2.0 standard
SCIM is a standard for provisioning and deprovisioning users and to update user information in multiple systems. SCIM has been widely adopted and HRM One being compatible with SCIM means we are compatible with a long list of services.
curl https://api.alexishr.com/scim/v2/Users \
-H "Authorization: Bearer <your_access_token>"
Authenticate your account when using the API by including your secret Access Token in the request. Manage your Access Tokens.
Authentication is performed by passing the Access Token in the Authorization header.
Added support for GET Users endpoints
Added support for POST/PUT/PATCH/DELETE Users endpoints