Favorite a document

View as MarkdownOpen in Claude
Favorite a folder or document for a specific user. ### Usage notes - Retrieve the **memberId** by calling the [/v2/members](https://help.sigmacomputing.com/reference/list-members) endpoint. - Retrieve the **inodeId** by calling the [/v2/files](https://help.sigmacomputing.com/reference/list-files) endpoint and using the `id` included in the response.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Request

The request body.
memberIdstringRequired
Unique identifier of the member.
inodeIdstringRequired
Unique identifier of the document or folder.

Response

The response body.