GET apimobileoauth/mobile/mobileuserpermissions
Get permissions for your user
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of OAuthMobilePermissionResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| PermissionName |
The name of the permission |
string |
None. |
| PermissionDescription |
A description of the permission |
string |
None. |
| PermissionId |
The id of the permission |
Permission |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PermissionName": "sample string 1",
"PermissionDescription": "sample string 2",
"PermissionId": 454
},
{
"PermissionName": "sample string 1",
"PermissionDescription": "sample string 2",
"PermissionId": 454
}
]
application/xml, text/xml
Sample:
<ArrayOfOAuthMobilePermissionResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<OAuthMobilePermissionResponse>
<PermissionName>sample string 1</PermissionName>
<PermissionDescription>sample string 2</PermissionDescription>
<PermissionId>Risk3ScoreReport</PermissionId>
</OAuthMobilePermissionResponse>
<OAuthMobilePermissionResponse>
<PermissionName>sample string 1</PermissionName>
<PermissionDescription>sample string 2</PermissionDescription>
<PermissionId>Risk3ScoreReport</PermissionId>
</OAuthMobilePermissionResponse>
</ArrayOfOAuthMobilePermissionResponse>