24 lines
241 B
Plaintext
24 lines
241 B
Plaintext
meta {
|
|
name: Get roles
|
|
type: http
|
|
seq: 7
|
|
}
|
|
|
|
get {
|
|
url: {{url}}/lst/api/user/roles
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"module":"siloAdjustments",
|
|
"role":"viewer"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|