Option 1: Teams Admin Center

Please use the latest Teams PowerShell module when running the following commands in step 4.

1. Navigate to Microsoft Teams admin center | Voice | Resource accounts | Add | Create resource account with type "Call Queue"

2. Navigate to Microsoft 365 admin portal | Users | Active Users | Assign the resource account user a "Microsoft Teams Phone Resource Account" license

3. Assign a phone number to a queue (optional)

Navigate to Microsoft Teams admin center | Voice | Resource accounts | Select resource account | "Assign/unassign" button | Select the phone number type | Select or add the appropriate phone number | Save. (Do not assign the account to an auto Attendant/Call queue)

4. Connect to Teams PowerShell | Run the following command for the data center location of your Landis Contact Center organization.

Set-CsOnlineApplicationInstance -ApplicationId "341e195c-b261-4b05-8ba5-dd4a89b1f3e7" -Identity "Resource Account Username"

Note: Replace "Resource Account Username" in the above command with the UPN of the resource account created in step 3.

  1. Wait a few minutes and run the following commands. After running the last command, copy the ObjectID GUID in the output. This will be used in the next step.

$Instance = Get-CsOnlineApplicationInstance -Identity "Resource Account Username"
Sync-CsOnlineApplicationInstance -ObjectId $Instance.ObjectId -ApplicationId $Instance.ApplicationId
$Instance.ObjectId

Note: Replace "Resource Account Username" in the above command with the UPN of the resource account created in step 3.

  1. Navigate to Queues & IVRs | Resource accounts | Add | Enter a Name. Paste the ObjectID GUID in the Object ID field. Select the Interaction Object (Queue or IVR) that should be associated with the resource account. Description, Phone Number, and User principal Name is optional.

This Resource Account record is a duplicate of the Microsoft Teams Resource Account. It determines to which Queue or IVR the call is routed.

The Microsoft Teams resource accounts are not automatically synced with Contact Center. When resource accounts are created or changed in Teams, they will need to be manually created or updated in Contact Center.

Last updated