Asana · Arazzo Workflow

Asana Offboard a User

Version 1.0.0

Remove a user from a team and then remove them from the workspace.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub CollaborationProductivityProject ManagementProjectTask ManagementTaskWorkflowsArazzoWorkflows

Provider

asana

Workflows

offboard-user
Remove a user from a team and then from the workspace.
Removes a user from a team, then removes the user from the workspace.
2 steps inputs: teamGid, userIdentifier, workspaceGid outputs: teamGid, workspaceGid
1
removeFromTeam
Remove the user from the team.
2
removeFromWorkspace
Remove the user from the workspace.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Asana Offboard a User
  summary: Remove a user from a team and then remove them from the workspace.
  description: >-
    A member offboarding flow. The workflow removes a user from a team and then
    removes the same user from the workspace, revoking their access in order.
    Each request is written inline so the offboarding can be read and executed
    without opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: teamsApi
  url: ../openapi/asana-teams-api-openapi.yml
  type: openapi
- name: workspacesApi
  url: ../openapi/asana-workspaces-api-openapi.yml
  type: openapi
workflows:
- workflowId: offboard-user
  summary: Remove a user from a team and then from the workspace.
  description: >-
    Removes a user from a team, then removes the user from the workspace.
  inputs:
    type: object
    required:
    - teamGid
    - workspaceGid
    - userIdentifier
    properties:
      teamGid:
        type: string
        description: Team gid to remove the user from.
      workspaceGid:
        type: string
        description: Workspace gid to remove the user from.
      userIdentifier:
        type: string
        description: User gid or email to remove.
  steps:
  - stepId: removeFromTeam
    description: Remove the user from the team.
    operationId: removeUserForTeam
    parameters:
    - name: team_gid
      in: path
      value: $inputs.teamGid
    requestBody:
      contentType: application/json
      payload:
        data:
          user: $inputs.userIdentifier
    successCriteria:
    - condition: $statusCode == 204
  - stepId: removeFromWorkspace
    description: Remove the user from the workspace.
    operationId: removeUserForWorkspace
    parameters:
    - name: workspace_gid
      in: path
      value: $inputs.workspaceGid
    requestBody:
      contentType: application/json
      payload:
        data:
          user: $inputs.userIdentifier
    successCriteria:
    - condition: $statusCode == 204
  outputs:
    teamGid: $inputs.teamGid
    workspaceGid: $inputs.workspaceGid

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/asana-offboard-user-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.