Forum Discussion

TeeBee's avatar
TeeBee
Copper Contributor
Feb 26, 2020

Can not assign phone number to licensed user

Hi,

added a couple of new phone numbers and Microsoft 365 E5 licenses to my tenant this morning.

Several hours later I tried to assign these phone numbers to licensed users but there is only the choice between 'conference bridge' and 'resource account'.

 

Any help appreciated.

Cheers

 

Thomas

 

 

  • Jake_T91's avatar
    Jake_T91
    Copper Contributor

    Had the same issue here and it had to do with the number location versus the licensing. We have both CA and US users and the user was listed as a CA user by accident and the number was a US based number. Swapping the location in Azure and relogging in populated the user. 

  • When assigning a phone number to a user, make sure the phone number and the usage location of the user are of the same country.

    To assign a number by using the Teams admin center:

    [!INCLUDE assign-phone-numbers-to-users-steps]

    To assign numbers by using PowerShell, use the Set-CsPhoneNumberAssignment cmdlet as follows:

    For Calling Plan numbers:

    Set-CsPhoneNumberAssignment -Identity <user> -PhoneNumber <phone number> -PhoneNumberType CallingPlan
    For Operator Connect numbers:

    Set-CsPhoneNumberAssignment -Identity <user> -PhoneNumber <phone number> -PhoneNumberType OperatorConnect
    For Teams Phone Mobile numbers:

    Set-CsPhoneNumberAssignment -Identity <user> -PhoneNumber <phone number> -PhoneNumberType OCMobile
    For example:

    Set-CsPhoneNumberAssignment -Identity email address removed for privacy reasons -PhoneNumber "+14255550101" -PhoneNumberType CallingPlan
    Set-CsPhoneNumberAssignment -Identity email address removed for privacy reasons -PhoneNumber "+14255550102" -PhoneNumberType OperatorConnect
    Set-CsPhoneNumberAssignment -Identity email address removed for privacy reasons -PhoneNumber "+14255550103" -PhoneNumberType OCMobile

    Regards,
    Rachel Gomez

Resources