This method, armed with a SubUser UserName previously supplied by the result of AddSubUser or GetSubUsers method, will bring back a specific SubUser previously within the system.
Request Parameters
Parameter | Type | Format | Description |
---|---|---|---|
SubUserName | string | The sub user's UserName (i.e. the sign-in username) | |
SubUserId | GUID | The user id of the sub user, only one of 'SubUserName' and 'SubUserId' is required |
Response Parameters
Parameter | Type | Format | Description |
---|---|---|---|
ResponseStatus | ResponseStatus | Instance of ResponseStatus object (see here) | |
SubUser | SubUser | Instance of SubUser object (see here) |