Edit member

Description

Edits permissions of a user on a given path.

Endpoint

/path/{pathId}/member/{userId}

Method

PATCH

Access Rules

Access Level

edit+ or canShare

Processing Units

Processing units

0

Parameters

NameDescriptionRequiredDefault

pathId

The id of the path.

true

userId

The id of the user whose access should be edited.

true

access

Object with optional properties accessLevel, processingUnits, canShare, geoFence, with the changes in access. geoFence should be an object with tiles and maxZoom. Tiles should be an array of objects with tileX, tileY and zoom.

true

Last updated