Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section includes:

...

The Fuse API uses standard HTTPrequest method/operations.
These are as follows:

Request method

Description

GET

Allows you to retrieve a user and their details.

POST

Allows you to create a new user.

PUT

Allows you to edit and update existing users.

DELETE

Allows you to deactivate users.

Info

Fuse’s RESTFUL API supports JSON (Java Script Object Notation).

...

Note

Ensure that these accounts have suitably complex and valid passwords.

Info

See the Authorisation page for how to obtain a valid authentication.

...

Tip

This documentation is based on the most recent API version 4.34.

All Fuse APIs 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:
https://<instance_name>.fuseuniversal.com/api/v4.34/manage/users

Note

Whilst Fuse always tries to maintain support for older API versions, this is not always possible. All new functionality is released as a new version.

...