25 lines
291 B
Plaintext
25 lines
291 B
Plaintext
meta {
|
|
name: Get Users
|
|
type: http
|
|
seq: 7
|
|
}
|
|
|
|
post {
|
|
url: {{url}}/lst/api/admin/users
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"username":"matthes01",
|
|
"name":"blake",
|
|
"email":"blake.matthes@alpla.com",
|
|
"password":"nova0511"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|