Skip to main content
PATCH
Change Permissions
string
required
The API key for your account. You can find this in your account settings.
Changes the role of an existing workspace member, taking effect immediately on their access to the workspace’s shared applications. The four roles are view (read-only), manager (app actions and deployment info), maintain (adds files, DNS, cache purge, and commits), and admin (adds envs, snapshots, custom domains, and the deploy webhook). Only the workspace owner can call this endpoint, and the owner cannot change their own role since they always hold full access. To add a new member instead of changing an existing one, see Invite Member. Rate limited to 3 edits per 15 seconds per user.

Parameters

string
The ID of the workspace.
string
The member ID.
string
The member permissions on the workspace applications.

Response

string
Indicates whether the call was successful.. success if successful, error if not.

Common errors