I have two question.
Is account_number as unique in zoom like account_id?
Is account_number a common number among users with the same account_id?
account_number and account_id refer to what we can get with GET users/{user_id}.
I have two question.
Is account_number as unique in zoom like account_id?
Is account_number a common number among users with the same account_id?
account_number and account_id refer to what we can get with GET users/{user_id}.
Hi @r.kuri.
Account Number is unique, and would be the same for users under an account.
Thanks!
Will