Remove a collaborator's access from an account

Revokes a user's collaborator access to specified projects within an account, or entirely from the account. Identifies the user by user_id or email.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

ID of the account that owns the retrieved/saved data

Body Params

Contains the user identifier (email or user_id) and a list of project accesses to be revoked for that user. If the list of accesses is empty, it might imply removing the user from all projects or the account entirely, depending on implementation.

string | null

The unique system identifier for an active Convert user. Null if the user is only an invitee (pending acceptance).

accesses
array of objects

A list defining the user's access to specific projects or all projects within the account. Each item specifies a project (ID or null for all projects) and the role granted.

accesses
Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json