v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-02-054815267.9 KB
SyncV1SyncListPermission

Update an identity's access to a specific Sync List.

Update an identity's access to a specific Sync List.

post/v1/Services/{ServiceSid}/Lists/{ListSid}/Permissions/{Identity}

Path parameters

ServiceSidstring required

The SID of the Sync Service with the Sync List Permission resource to update.

ListSidstring required

The SID of the Sync List with the Sync List Permission resource to update. Can be the Sync List resource's sid or its unique_name.

Identitystring required

The application-defined string that uniquely identifies the User's Sync List Permission resource to update.

Response

OK

account_sidstring nullable

The SID of the Account that created the Sync List Permission resource.

service_sidstring nullable

The SID of the Sync Service the resource is associated with.

list_sidstring nullable

The SID of the Sync List to which the Permission applies.

identitystring nullable

The application-defined string that uniquely identifies the resource's User within the Service to an FPA token.

readboolean nullable

Whether the identity can read the Sync List and its Items.

writeboolean nullable

Whether the identity can create, update, and delete Items in the Sync List.

manageboolean nullable

Whether the identity can delete the Sync List.

urlstring uri nullable

The absolute URL of the Sync List Permission resource.