# Copy Roles Copies roles from the existing user to other users. Endpoint: POST /accountmanager.copyroles Security: basic, X-PriceFx-jwt ## Request fields (application/json): - `data` (object, required) - `data.from` (string, required) The typedId of the source user. - `data.to` (array, required) The typedIds of target users. ## Response 200 fields (application/json): - `response` (object) - `response.node` (string) - `response.data` (any) - `response.status` (number)