v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Transfer Group Member

Lets you transfer members from one group to another.

post/userGroup2/transfer

Request body

leaveGroupIdinteger required

Group ID from which the customer needs to be removed. Ensure the the customer is a member of the group.

joinGroupIdinteger required

Group ID to which the customer needs to join.

userIdsinteger[] required

Unique ID of the customers that you want to transfer to the new group.

Response

200

successboolean

Example response

{
  "success": true
}