Assign User License Azure AD activity

  • Release version: Washingtondc
  • Updated February 1, 2024
  • 1 minute to read
  • The Assign User License activity assigns an additional Office 365 software license to the named user.

    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.

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

    Input variables

    Table 1. Assign User License 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.
    sku_id Subscription SKU ID associated with the tenant's enterprise agreement.

    Output variables

    Table 2. Assign User License output variables
    Variable 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

    Table 3. Assign User License conditions
    Condition Description
    Success Activity successfully assigned an Office 365 license to a user.
    Failure Activity failed to assigned an Office 365 license to a user, or the activity failed to connect to Azure AD.