GET api/v1/user/permission

Gets the permission for the user, use Token in header.

Request Information

Headers

URI Parameters

None.

Body Parameters

None.

Response Information

Headers

Resource Description

Response
NameDescriptionTypeAdditional information
Result

Result of the response

string

None.

Message

Additional information of the response

string

None.

Response Formats

application/json

Sample:
{
  "Result": "sample string 1",
  "Message": "sample string 2"
}