{
"tenantid": "1682312704202",
"accountid": "001",
"roleList": [
{
"rolecode": "64",
"roletmplcode": "20"
},
{
"rolecode": "43",
"roletmplcode": "63"
},
{
"rolecode": "33",
"roletmplcode": "87"
},
{
"rolecode": "95",
"roletmplcode": "48"
},
{
"rolecode": "93",
"roletmplcode": "19"
}
]
}
curl --location --request POST '/tenantaccountrole/set' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenantid": "1682312704202",
"accountid": "001",
"roleList": [
{
"rolecode": "64",
"roletmplcode": "20"
},
{
"rolecode": "43",
"roletmplcode": "63"
},
{
"rolecode": "33",
"roletmplcode": "87"
},
{
"rolecode": "95",
"roletmplcode": "48"
},
{
"rolecode": "93",
"roletmplcode": "19"
}
]
}'
{}