Copy Roles

post/accountmanager.copyroles

Copies roles from the existing user to other users.

Securitybasic or X-PriceFx-jwt
Request
Request Body schema: application/json
required
object
from
required
string non-empty

The typedId of the source user.

to
required
Array of strings

The typedIds of target users.

Responses
200

OK

Response Schema: application/json
object
node
string non-empty
data
any
status
number
Request samples
application/json
{
  • "data": {
    • "from": "2147490696.U",
    • "to": [
      • "2147490806.U"
      ]
    }
}
Response samples
application/json
{
  • "response": {
    • "node": "string",
    • "data": null,
    • "status": 0
    }
}