update_org_member
Update an organization member's role, permissions, and access to collections and groups.
Instructions
Update a member
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memberId | Yes | ID of the member | |
| type | Yes | User type (0: Owner, 1: Admin, 2: User, 4: Custom) | |
| externalId | No | External ID for the member (optional) | |
| permissions | No | Custom permissions if the member has a Custom role | |
| collections | No | Array of collection IDs the member has access to | |
| groups | No | Array of group IDs the member belongs to |