im-center/integration-test/src/test/resources/role-user.http
2023-10-27 17:17:32 +08:00

30 lines
285 B
HTTP

###
POST {{host}}/api/saas-role-user/list
Accept: application/json
Content-Type: application/json
{
"identityIds": [809,631]
}
> reponse-check.js
###
POST {{host}}/api/saas-role-user/delete
Accept: application/json
Content-Type: application/json
{
}
> reponse-check.js