Updates a current user's clan via user attributes. Claims all rewards from reward chains that were not claimed for a previous clan and returns them in the response. If the user was in a clan and now is not — their inclusion in the clan will be revoked. If the user changed the clan — the clan will be changed.
The user’s clan was successfully updated.
Authentication not passed or wrong.
{- "reward": [
- {
- "sku": "com.xsolla.box_1",
- "name": "Super box",
- "type": "bundle",
- "description": "Super box with items",
- "quantity": 1,
- "bundle_type": "standard"
}, - {
- "sku": "com.xsolla.potion_1",
- "name": "Mega potion",
- "type": "virtual_good",
- "description": "Mega potion",
- "quantity": 1
}
]
}