Files
lst/LogisticsSupportTool_API_DOCS/app/auth/Get user Roles.bru

23 lines
222 B
Plaintext

meta {
name: Get user Roles
type: http
seq: 7
}
get {
url: {{url}}/lst/api/user/roles
body: json
auth: inherit
}
body:json {
{
"module":"users",
"role":"admin"
}
}
settings {
encodeUrl: true
}