Enterprise ID is the unique identifier for an enterprise within DuliDuli. It is generated after the merchant applies for a License authorization and is represented as "enterprise_id" in the data.
Note: It can be viewed in the Management Backend under Enterprise Overview.
The DuliDuli system supports multiple organizations, meaning a conglomerate company can create different subsidiaries in the Management Backend, with each subsidiary serving as an organization. Each organization can independently manage users and application systems. It is represented as "org_id" in the data.
Users can belong to multiple organizations or departments. In the data, users typically have two roles: unassigned users and organization members.
A conversation refers to the dialogue and communication process between users, users and groups, or users and applications (or bots).
Each conversation has a unique conversation ID [conversation_id].
The ID and secret of the access provider can be obtained in the Management Backend under Access Provider Management. They are typically used for single sign-on and for calling interfaces to obtain an AccessToken.
In the data, they are represented as "app_id" and "app_secret".
When a third-party application actively calls an interface, it needs to include the AccessToken parameter. The AccessToken parameter is obtained using the EnterpriseID, AppID, and AppSecret.
The specific steps are as follows: