Checking authentication...

Permissions

Manage record permissions

1 tools

Batch Update Record Permissions

Write

POST /v1/tools/tape/batchUpdateRecordPermissions

Update record-level permissions for up to 50 Tape records in one call. Permission levels: 0=No access, 1=View only, 2=Comment, 3=Edit, 4=Delete, 5=Full access. Identify users by user_id (from listWorkspaceMembers) or email address. Use this for granular access control on sensitive records.

Parameters

NameTypeRequiredDescription
recordsarrayrequiredArray of records with permissions to update (max 50 records per call).

Request

curl -X POST https://api.syncello.io/v1/tools/tape/batchUpdateRecordPermissions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"
  -d '{
  "records": "..."
}'

Response

{}

Try It

Try it

Sign in to execute this tool