23 lines
222 B
Plaintext
23 lines
222 B
Plaintext
meta {
|
|
name: Get user Roles
|
|
type: http
|
|
seq: 9
|
|
}
|
|
|
|
get {
|
|
url: {{url}}/lst/api/user/roles
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"module":"users",
|
|
"role":"admin"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|