840 bytes added
	
		,  11:41, 23 September 2015
	
 
{{Api_Method_Spec|
Description=This method gets the current user for the channel set.
|Parameters=
{{Api_Parameter|
ParamName=token
|ParamType=String
|ParamRequired=required
|ParamDescription=A valid token for identifying the API session context. The token can be anonymous or logged.
}}
{{Api_Parameter|
ParamName=channelSetId 
|ParamType=int
|ParamRequired=required
|ParamDescription=Id of the channel that wants to return the object information.
}}
|Returns=
Returns a JSON object .
'''Example:'''
{
  "StatusCode": 0,
  "Severity": 1,
  "StatusMessage": "OK",
  "Content": {
    "Active": false,
    "ChannelSet": []
}
    
|Exceptions=
<span style="color: #a11;">TO BE COMPLETED</span>
|Cache= 
This method is not cached.
|KnownIssues=
* None
|VersionHistory=
<span style="color: #a11;">TO BE COMPLETED</span>
|SeeAlso=
}}