Files
lst/LogisticsSupportTool_API_DOCS/app/auth/Get Users.bru

25 lines
298 B
Plaintext

meta {
name: Get Users
type: http
seq: 7
}
post {
url: http://{{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
}