Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI CompanionUser groups are unique spaces where community members can collaborate, network, and exchange knowledge on similar interests and expertise.
Help & Resources is your place to discover helpful Zoom support resources, browse Zoom Community how-to documentation, and stay updated on community announcements.
The Events page is your destination for upcoming webinars, platform training sessions, targeted user events, and more. Stay updated on opportunities to enhance your skills and connect with fellow Zoom users.
The Zoom Community is nominated for the 2025 CMX Community Industry Awards in the Customer Support Community category!
Vote now2024-12-25 04:11 PM
Hello! I need help understanding the access restrictions in Zoom's Phone SMS API.
First, I'd like to confirm if my inability to fetch SMS conversation details is because I'm not the session owner.
Second, even though I can't own these sessions, I'm an admin in the organization where the session owner belongs.
Why am I still unable to access these conversations despite having admin privileges?
{
"from": "2024-11-25",
"to": "2024-12-25",
"next_page_token": "",
"page_size": 30,
"sms_sessions": [
{
"participants": [
{
"owner": {
"type": "user",
"id": "garyId"
},
"is_session_owner": false,
"phone_number": "17372850233",
"display_name": "Gary"
},
{
"owner": {
"type": "user",
"id": "callumId"
},
"is_session_owner": true,
"phone_number": "17373046527",
"display_name": "Callum"
}
],
"session_id": "sessionID",
"last_access_time": "2024-12-24T16:59:50Z",
"session_type": "user"
},
]
}
Gary is the organization owner where Callum lives, and I'm still not being able to fetch session details using sessionID
Thank you for your help,
Fran
Fran