Description
Hi Team,
I want to get the RoleId of Role which is associated with User, But ‘https://api.zoom.us/v2/Users’ and ‘https://api.zoom.us/v2/Users/{UserId}’ doesn’t return the RoleId.
The API ‘https://api.zoom.us/v2/Users/{UserId}’ returns the Role Name, but how can I correlate the role name with roleId of user’s role?
Can I get the roleId while fetching a single user?
Is the role name unique across the application?
Is there any enhancement present for ‘/Users’ API to return the roleId?