v1

latestOpenAPI 3.1.02026-07-14159142161.9 KB
groupService

Transfer groups to another user.

Transfer groups to another user.

post/groups/v1/transferToUser

Request body

oldUserIdstring required
newUserIdstring required
ownerboolean
moderatorboolean

Example request

{
  "owner": true
}

Response

OK

statusboolean
countGroupsinteger
countModeratorinteger

Example response

{
  "status": true,
  "countGroups": 2,
  "countModerator": 4
}