GET apimobileoauth/mobile/mobileuserinformation
Get a users information and branding
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
UserInformationResponse
OAuthUserInformationResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID |
The users id |
unsigned integer |
None. |
| Name |
The name of the user |
string |
None. |
| BrandingID |
The branding id |
Branding |
None. |
| BrandingName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserID": 1,
"Name": "sample string 2",
"BrandingID": 0,
"BrandingName": "sample string 3"
}
application/xml, text/xml
Sample:
<OAuthUserInformationResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserID>1</UserID> <Name>sample string 2</Name> <BrandingID>None</BrandingID> <BrandingName>sample string 3</BrandingName> </OAuthUserInformationResponse>