Add Community Members
Add Member API enables adding a new member to a community, granting them access to participate and engage with content within the platform.
URL : /api/thirdparty/community/add_users
Method : POST
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 the member is added.
Code: 200
Content
Note: In the members_added
array, each object contains a member_id
, which uniquely identifies each added member.
Bad Request
Condition: If the request contains errors or invalid data, resulting in video not posted.
Code: 400
Content
Not Found
Condition: The API returns a not found response if the specified community or resource does not exist.
Code: 404
Content
Precondition Failed
Condition: The API returns a pre-condition failed response if required conditions, such as mandatory fields or criteria, are not met before adding the member.
Code: 412
Content
Was this page helpful?