Edit member
Description
Edits permissions of a member to a given path.
Endpoint
/path/{pathId}/member/{userId}
Method
PATCH
Access Rules
Access Level
edit+
Processing Units
Processing units
2
Parameters
Name
Description
Required
Default
pathId
The id of the path.
true
userId
The id of the user whose access should be edited.
true
access
Access object with optional properties "accessTier", "processingUnits", "canShare" and "geoFence", with the changes in access. "geoFence" should be a JSON with properties "tiles" and "maxZoom". "tiles" should be an array of JSONs with properties "tileX", "tileY" and "zoom".
true
Last updated