Files
lst/LogisticsSupportTool_API_DOCS/app/admin/User/GrantROle by ID.bru

27 lines
284 B
Plaintext

meta {
name: GrantROle by ID
type: http
seq: 7
}
post {
url: {{url}}/lst/api/admin/:userID/grant
body: json
auth: inherit
}
params:path {
userID: 0hlO48C7Jw1J804FxrCnonK
}
body:json {
{
"module":"users",
"role":"admin"
}
}
settings {
encodeUrl: true
}