28 lines
318 B
Plaintext
28 lines
318 B
Plaintext
meta {
|
|
name: RevokeRole by ID
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
post {
|
|
url: {{url}}/lst/api/admin/:userID/grant
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
userID: 0hlO48C7Jw1J804FxrCnonKjQ2zh48R6
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"module":"siloAdjustments",
|
|
"role":"viewer"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|