latestOpenAPI 3.0.42026-08-10174362.4 KB

70fb92d278f5

References

Assign Users to Personal Folders

Assigns one or more users to existing personal folders, shared folders. Supports both numeric and GUID folder IDs

Allowed accessLevel: 10 (Read), 20 (Write).

post/references/folder/sharedfolder

Request body

folderIdstring nullable

The folder identifier. Accepts numeric identifiers and GUID-format strings (32 hex characters).

userIdinteger

The user to assign or update. Must be greater than zero.

accessLevelinteger

Access level to assign. Accepted values: 10 (Read), 20 (Write). Full access (30) is reserved for the folder owner and cannot be assigned through this endpoint.

Response

Assignments processed.

folderIdstring nullable

Echo of the folder identifier from the request.

userIdinteger

Echo of the user identifier from the request.

successboolean

Indicates whether the assignment was created or updated successfully.

errorstring nullable

Error description when Success is false. Null when the operation succeeds.