feat(user migration): user migration to the new app with a default password that will force reset
This commit is contained in:
@@ -5,17 +5,16 @@ meta {
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{url}}/lst/api/admin/users
|
||||
body: none
|
||||
url: {{url}}/lst/api/admin/users/new
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"username":"matthes01",
|
||||
"name":"blake",
|
||||
"email":"blake.matthes@alpla.com",
|
||||
"password":"nova0511"
|
||||
"username":"hardin001",
|
||||
"email":"ryan.hardin@alpla.com",
|
||||
"password":"Alpla2025!"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user