TPE Resource Account Creation
This feature is in private Preview
TPE: Teams Phone Extensibility
Please use the latest Teams PowerShell module when running the following commands in step 4.
Navigate to Microsoft Teams admin center | Voice | Resource accounts | Add | Create resource account with type "Call Queue"
Navigate to Microsoft 365 admin portal | Users | Active Users | Assign the resource account user a "Microsoft Teams Phone Resource Account" license
Assign a phone number to a queue/IVR (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)
Connect to Teams PowerShell | Run the following commands for the data center location of your Landis Contact Center organization. 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"
Set-CsOnlineApplicationInstance -ApplicationId "8b9c66ba-f860-481e-aaf6-952d9187c57e" -AcsResourceId "431c1c5d-da69-4b21-92da-d2ef35d8eaf4" -Identity $Instance.ObjectId
Sync-CsOnlineApplicationInstance -ObjectId $Instance.ObjectId -ApplicationId "8b9c66ba-f860-481e-aaf6-952d9187c57e"
$Instance.ObjectId
Note: Replace "Resource Account Username" in the first command with the UPN of the resource account created in step 3.
Navigate to Landis Contact Center portal | Queues & IVRs | Connectors | 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.
Enable AcsCalling. If this option is not displayed, please reach out to your Landis account executive to be enrolled in the private preview.
Description, Phone Number, and User principal Name is optional, but recommended.
Select the Save button.
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
Was this helpful?