Skip to main content
Add Collaborator API enables adding a new collaborator to a specified Loop, allowing them to contribute content and manage posts within the community. URL : /api/thirdparty/update_conversation/{chat_id} Method : Patch Auth required : YES Note : You need to Authorize gn-access-token as Bearer Token to run the API.

Request Body

Success Response

Condition: If Everything is okay and collaborator is added. Code: 200 Content
Note: In the members_added array, each object includes the member_id, which uniquely identifies the added Collaborators.

Bad Request

Condition: The API returns an error response if the request contains invalid data or errors, preventing the collaborator from being added. Code: 400 Content

Unauthorized

Condition: The API returns an unauthorized response if the provided authentication credentials are invalid or missing. Code: 401 Content

Internal Server Error

Condition: If an unexpected issue occurs on the server, an Internal Server Error is returned. Code: 500 Content