This section includes:
...
The Fuse API uses standard HTTPrequest method/operations.
These are as follows:
GET
is used to lookup/retrieve a user and their detailsPOST
is used to create new user(s)PUT
is used to edit/update existing user(s)DELETE
is used deactivate a user(s)
...
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. |
...