This section includes:
...
The Fuse API uses standard HTTPrequest method/operations.
These are as follows:
Request method | Description |
---|---|
|
...
Allows you to retrieve a user and their details. | |
|
...
Allows you to create a new user |
...
. |
|
...
Allows you to edit |
...
and update existing |
...
users. |
|
...
Allows you to deactivate users. |
Info |
---|
...
Fuse’s RESTFUL API supports JSON (Java Script 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.
...
The API version is shown within the endpoint URL for example:https://<instance_name>.fuseuniversal.com/api/
v4.3/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. |
...