feat(user migration): user migration to the new app with a default password that will force reset
This commit is contained in:
27
LogisticsSupportTool_API_DOCS/app/admin/User/Get roles.bru
Normal file
27
LogisticsSupportTool_API_DOCS/app/admin/User/Get roles.bru
Normal file
@@ -0,0 +1,27 @@
|
||||
meta {
|
||||
name: Get roles
|
||||
type: http
|
||||
seq: 7
|
||||
}
|
||||
|
||||
patch {
|
||||
url: {{url}}/lst/api/admin/users/:userID/grant
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:path {
|
||||
userID: 0hlO48C7Jw1J804FxrCnonKjQ2zh48R6
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"module":"siloAdjustments",
|
||||
"role":"viewer"
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user