A
AsanaApi
Arcade Native

RemoveUserFromTeam

AsanaApi.RemoveUserFromTeam

Arcade Native Built and maintained by Arcade with full support
Supported by Arcade

Description

Removes a user from a specified Asana team.

Use this tool to remove a user from an Asana team. The request must be made by someone who is a member of the team.

Input Parameters

{
  "parameters": [
    {
      "name": "team_global_identifier",
      "required": true,
      "inferrable": true,
      "description": "Globally unique identifier for the team to remove a user from.",
      "value_schema": {
        "val_type": "string"
      }
    },
    {
      "name": "enable_pretty_output",
      "required": false,
      "inferrable": true,
      "description": "Enable pretty JSON formatting for the response. This increases readability but also response size, so it's advisable for debugging.",
      "value_schema": {
        "val_type": "boolean"
      }
    },
    {
      "name": "user_identifier",
      "required": false,
      "inferrable": true,
      "description": "A string identifying the user to be removed. It can be 'me', an email, or the user's gid.",
      "value_schema": {
        "val_type": "string"
      }
    }
  ]
}

Output

{
  "description": "Response from the API endpoint 'removeUserForTeam'.",
  "value_schema": {
    "val_type": "json"
  },
  "available_modes": [
    "value",
    "error"
  ]
}