roles
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
meta {
|
||||
name: Check User Permission
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}/v1/user/@me/check-permission
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
Content-Type: application/json
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"permissions": ["user.read", "company.create", "credential.write"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user