GetMemberInfo
Retrieves information regarding a member.
Input
| Name | Type | Required | Description |
| MemberId | String | False | Id of the member to get information. If not specified, information regarding the signed member will be retrieved. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | A boolean value indicating whether the operation was successful or not. |
| Id | String | The identifier of the member. |
| String | The email of the member. | |
| FullName | String | The full name of the member. |
| UserName | String | The username of the member. |