AlexisHR Provisioning API (v1)

Download OpenAPI specification:Download

AlexisHR Support: support@alexishr.com License: EUL Terms of Service

Introduction

AlexisHR Provisioning API contain endpoints to manage Users. You can subscribe to updates to our API's here

SCIM 2.0

The AlexisHR 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 AlexisHR being compatible with SCIM means we are compatible with a long list of services.

  • Definitions, Overview, Concepts, and Requirements: RFC 7642
  • Core Schema: RFC 7643
  • Protocol: RFC 7644
  • Authentication

    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.


    Changelog

    2021-05-05

    Added support for GET Users endpoints


    2021-05-25

    Added support for POST/PUT/PATCH/DELETE Users endpoints


    Authentication

    bearer

    Security Scheme Type HTTP
    HTTP Authorization Scheme bearer
    Bearer format "JWT"
    ➔ Next to Users