Delete User Azure AD activity

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:2分
  • The Delete User activity deletes the named user's account from the Azure Active Directory tenant.

    To access this activity in the Workflow Editor, select the Custom tab, and then navigate to Custom Activities > Azure AD. This activity was built with the REST web service activity template.

    重要:
    The REST message used for this activity must be configured to use OAuth 2.0.

    Input variables

    表 : 1. Delete User input variables
    Variable Description
    user_id The object ID (GUID) or the user principal name of the target user. An example of a user principal name is someuser@a830edad9050849NDA1.onmicrosoft.com.

    Output variables

    表 : 2. Delete User output variables
    Variables Description
    error Returns the error string from the REST message. If there are no errors, this variable returns a null value.
    body Contains a string value representing the output from the REST message.
    status_code Contains the status code returned from the Web service.

    Conditions

    表 : 3. Delete User conditions
    Condition Description
    Deleted user Activity deleted the specified user.
    User does not exist Specified user does not have an account in the tenant domain.
    Failure Activity failed to connect to Azure AD.