Update workspace member role
render_update_workspace_memberUpdate a workspace member's role to ADMIN, DEVELOPER, contributor, billing, or viewer.
Instructions
Update workspace member role. Update the role of an existing workspace member. Calls PATCH /owners/{ownerId}/members/{userId} on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | The member's workspace role. Values are always returned in uppercase. | |
| userId | Yes | The ID of the user (Render object ID with a `usr-` prefix). | |
| ownerId | Yes | The ID of the workspace to return resources for |