Manage user assets - Fluid Topics - Latest

Fluid Topics API Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

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 Unauthorized if a user attempts to access the web services anonymously.
  • The authenticated user either has the USERS_ADMIN role or is directly affected by the request (determined by the $userId parameter in the request path). If neither of these conditions is met, Fluid Topics returns the HTTP status code 403 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.