Skip to main content

Remove User From Workspace

Remove a user from a workspace or organization. The user making this call must be an admin in the workspace. The user can be referenced by their globally unique user ID or their email address. Returns an empty data record.

Parameters

ParameterDescription
User's Email/IDA string identifying a user. This can either be the string "me", an email, or the gid of a user.
Workspace IDGlobally unique identifier for the workspace or organization.

Example Output

{
"data": {}
}

Workflow Library Example

Remove User from Workspace with Asana and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop