If you need to get a list of all SIP addresses for all users, use this PowerShell command.
Get-Mailbox -ResultSize unlimited | Select-Object -ExpandProperty EmailAddresses | Where-Object {$_-match “SIP” }
Get-Mailbox -ResultSize unlimited | Select-Object -ExpandProperty EmailAddresses | Where-Object {$_-match “SIP” }