Edit: nor of the two endpoints worked for me : “/api/v2/use-blocks?identifier={user_id} " && " /api/v2/user-blocks/{user_id}]” which both return 204 but doesn’t unblock the user.
the only solution that worked was sending a patch to “/api/v2/users” and set {“blocked”: false}