v50

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

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

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

post/v1/Services/{ServiceSid}/Maps/{MapSid}/Permissions/{Identity}

Path parameters

ServiceSidstring required

The SID of the Sync Service with the Sync Map Permission resource to update. Can be the Service's sid value or default.

MapSidstring required

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

Identitystring required

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

Response

OK

account_sidstring nullable

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

service_sidstring nullable

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

map_sidstring nullable

The SID of the Sync Map 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 Map and its Items.

writeboolean nullable

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

manageboolean nullable

Whether the identity can delete the Sync Map.

urlstring uri nullable

The absolute URL of the Sync Map Permission resource.