ZendeskApi_v2.Requests.Users.GetUserRelatedInformation C# (CSharp) Method

GetUserRelatedInformation() public method

public GetUserRelatedInformation ( long id ) : IndividualUserRelatedInformationResponse
id long
return IndividualUserRelatedInformationResponse
        public IndividualUserRelatedInformationResponse GetUserRelatedInformation(long id)
        {
            return GenericGet<IndividualUserRelatedInformationResponse>(string.Format("users/{0}/related.json", id));
        }