Files

25 lines
290 B
Plaintext

meta {
name: Create user
type: http
seq: 4
}
post {
url: {{url}}/lst/api/admin/users/new
body: json
auth: inherit
}
body:json {
{
"username":"hardin001",
"email":"ryan.hardin@alpla.com",
"password":"Alpla2025!"
}
}
settings {
encodeUrl: true
timeout: 0
}