This section explains how the Fluid Topics web services let users with the ADMIN or USERS_ADMIN role manage user assets (bookmarks, collections, etc.).
All web services described in this chapter are available on the following conditions:
- The user is authenticated. Fluid Topics returns the HTTP status code
401 Unauthorizedif a user attempts to access the web services anonymously. - The authenticated user either has the
USERS_ADMINrole or is directly affected by the request (determined by the$userIdparameter in the request path). If neither of these conditions is met, Fluid Topics returns the HTTP status code403 Forbidden. - Objects targeted by an identifier in the request path exist. If this condition is not met, Fluid Topics returns the HTTP status code
404 Not Found.