is-allowed
DevelopingGET
/application/users/is-allowedReturn if the the user represented by the token has the appropriate role for the application represented by the apiKey.
Request
Query Params
strict
string
required
Example:
true or false
requiredRole
string
required
Example:
[admin, moderator, operator, tester, ea-tester, user]
userId
string
optional
Header Params
Authorization
string
required
Example:
Bearer {{token}}
x-api-key
string
required
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
Not configured
Last modified: 2 年前