Where to get Organization ID?
You can retrieve the organisation ID by requesting the "getOrganizations" method of the Admin API as described in the API documentation.
Alternatively, you can find organisation ID in your Ringotel admin portal URL. For this, navigate to a specific organisation and copy the string after "org/" and the next forward slash. For example, giving the following URL, the org ID will be "17726407912358102805":
https://shell.ringotel.co/account/en-US/#/org/17726407912358102805/dashboard
Note:
All IDs in Ringotel are strings.
Where to get User ID?
You can retreive user IDs using the "getUsers" method of the Admin API or "getChatUsers" method of the Messaging API.
Alternatively, you can get the user's ID by clicking on the user's status:
The User ID will be shown on the top right corner:
Where to get Session ID?
sessionid refers to an existing personal or group chat session. Sessionid is not required for sending a simple messages or files, as Ringotel platofrm handles sessions management on the background. It is, however, required for syncing message and calls history with the new or existing chat sessions. For more detailed guide on how to sync outbound (and inbound) messages and calls using the Messaging API please refer to our documentation.



