RBAC

Update a host access grant

Changes the permission level and/or expiry of an existing host access grant. Allowed for the host owner or recipients holding the manage level.

patch/rbac/host/{id}/access/{accessId}

Path parameters

idinteger required
accessIdinteger required

Request body

permissionLevel'connect' | 'view' | 'edit' | 'manage'
durationHoursnumber nullable

Hours from now until the grant expires; null clears the expiry.

Response

Grant updated successfully.

Changes