Podio API Documentation

Grants: Update grant

PUT /grant/{ref_type}/{ref_id}/{user_id}

Updates the grant with a new access level.

App sharing updates are not allowed in this API.

Parameters
ref_type*
Required.
ref_id*
Required.
user_id*
Required.
Request {
"access_level": The new access level for the grant, either "edit" or "view"
}

Sandbox

The sandbox only handles GET operations for now.