Azure SCIM & Zoom Phone Feature

Hello,

I’m trying to provision a phone number and extension for new users. We added the Zoom properties in the Entra provisioning mappings (see post #77985), but I’m not able to find a way to enable the Zoom Phone Feature for the account.

Currently this is something we enable manually for users, and would like to have that as part of the provisioning.

Thank you,

Pablo

Hey Pablo,

You will want to use the Update User Settings endpoint. You just need to send a PATCH request with this body:

{
“feature”: {
“zoom_phone”: true
}
}

Cheers,
Harsh
Fario Consulting

1 Like

Hello Harsh,

Do you know where is this stored in the Zoom schema? We are trying to set this up through provisioning, and would like to find the value to edit, e.g., urn:ietf:params:scim:schemas:extension:zoom:1.0:User:zoomPhoneSite

Thank you,

Pablo

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.