API to check Healthcare professionals

Can we integrate automatic validation of the RPPS number via an API or a script (for example, a line of code to check the validity of the RPPS number at the time of registration) when registering for a Zoom event?
The RPPS number is a unique identifier that proves that a doctor really is a doctor. There is a database and an associated API for which a request must be made as access is restricted.

I’ve never heard of this and did some really superficial research; it appears this is limited to FR so as such I’d be surprised if a global company like Zoom would add such a feature. I did, however, find this which might be something you could incorporate into your work flow.

hi @Charline ,
No is the simple answer.
Zoom has its own internal UUID which are NOT available to you.
You should consider your primary key as the email address of the account or user.
You will be given id controls during api processes, like you can get a list of poeple in a meeting and then you have the unique id for them while they are in that meeting room.

You will have to use a third part connection to validate the RPPS from whoever controls that.
Maybe even going to that site and loggin in to them return some token back to your zoom app.
All the best

John