question

Dasun avatar image
Dasun asked Phong Vu edited

Ring Central Meeting API Data fetching Issues

We are using this API to fetch Meeting details from each user in an organization. We use 3-legged OAuth Flow to authentication and access the API through an access token. We are facing following issues,

1. Only the user who granted the access can retrieve the list of his/her Scheduled meetings.

2. Other users are getting below issue from the same token. But if we use a access token of any other user, he / she will be able to fetch details. But we need single access token to access all meetings of each user.

{
  "errorCode": "CMN-408",
  "message": "In order to call this API endpoint, user needs to have [Meetings] permission"
}

3. We cannot get participants of the meeting.


Is there any solution for this?

rest apimeetings
1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Phong Vu avatar image
Phong Vu answered Dasun commented

Unfortunately, there is no API to read all uses' scheduled meetings at an account level.

The error message is misleading. It is not allowed a user to read scheduled meetings of another user (even if the reader is a super admin user). The only way to read all is to use access token of each user to read its own meetings.

1 comment
1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Dasun avatar image Dasun commented ·

Thanks. Hope this is the issue. We'll look in to another solution.

0 Likes 0 ·
Ariane Sabourin avatar image
Ariane Sabourin answered Phong Vu edited

@Phong Vu

So, just to calrify on this users question and your answer...


This API will not pull in all the meeting details, but going to the https://service.ringcentral.com/application/extension/tools/meetings/myMeetings URL will show all the meetings from all the users?

So if we "schedule a meeting for another user" we dont see it in the API, but see it in the UI? Cause when I pull the API for this endpoint I only see meetings that are not scheduled for someone else. So how do we get all the meetings? We have to have each users credentials to check their schedules?

1 comment
1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Phong Vu avatar image Phong Vu ♦♦ commented ·

You wrote "So if we schedule a meeting for another user". No, you cannot schedule a meeting for another user. Each user can only schedule meetings for him/herself. The link you shared is about "/myMeetings". Do you see other users' meetings there too?

Please read this article for further info.

0 Likes 0 ·

Developer sandbox tools

Using the RingCentral Phone for Desktop, you can dial or receive test calls, send and receive test SMS or Fax messages in your sandbox environment.

Download RingCentral Phone for Desktop:

Tip: switch to the "sandbox mode" before logging in the app:

  • On MacOS: press "fn + command + f2" keys
  • On Windows: press "Ctrl + F2" keys