Skip to main content
POST
/
risk
/
actions
/
reassign-group
/
{customer_id}
Manual Reassign Group
curl --request POST \
  --url https://api.{your-broker}.slate-labs.com/risk/actions/reassign-group/{customer_id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "target_group_id": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

customer_id
string
required

Body

application/json
target_group_id
string
required

Response

Successful Response