Fuse’s RESTful API provides a Manage Users endpoint, which allows customers to integrate their Fuse instance with their HRISor identity system.
This guide refers to the Fuse API Manage Users RESTFUL endpoint as the Manage UsersEndpoint for simplicity.
Start using the Manage Users endpoint
Take note of the following information before using the Fuse’s API.
Communication
Our API use the standard HTTP Request Methods/Operations for communication:
GET is used to lookup/retrieve a users and details.
POST is used to create new user(s).
PUT is used to edit/update existing user(s).
DELETE is used to deactivate user(s).
The Fuse RESTFUL API supports JSON (JavaScript Object Notation).
Authorisation
Each Fuse API request requires authorisation. The API authorisation is currently associated with one or more defined admin user account(s) on your Fuse instance.
Ensure that these accounts have suitably complex and valid passwords.
See the Authorisation page to understand how to obtain a valid authentication.
Additional Information
API Wiki Documentation
Each Fuse instance has a Swagger-based API documentation that lists all our API’s. This is only available to Admin level users: https://<instance_name>.fuseuniversal.com/site-admin/api_documentations
API Version
This documentation is based on the most recent API version 4.3.
All Fuse API’s are versioned.
It is recommended that customers always use the latest API version available.
The API version is shown within the endpoint URL, for example: