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
Parameter | Description |
---|---|
User's Email/ID | A string identifying a user. This can either be the string "me", an email, or the gid of a user. |
Workspace ID | Globally unique identifier for the workspace or organization. |
Example Output
{
"data": {}
}
Workflow Library Example
Remove User from Workspace with Asana and Send Results Via Email
Preview this Workflow on desktop