v1

latestOpenAPI 3.1.02026-07-14159142161.9 KB
groupService

Adding a user to a group.

Adding a user to a group. Only available to group owner or moderator.

patch/groups/v1/groups/{groupId}/attachUser/{userId}

Response

OK

statusboolean
messagestring

Example response

{
  "status": true,
  "message": "success"
}