ZendeskApi_v2.Requests.Users.GetUserRelatedInformationAsync C# (CSharp) Méthode

GetUserRelatedInformationAsync() public méthode

public GetUserRelatedInformationAsync ( long id ) : Task
id long
Résultat Task
        public async Task<IndividualUserRelatedInformationResponse> GetUserRelatedInformationAsync(long id)
        {
            return await GenericGetAsync<IndividualUserRelatedInformationResponse>(string.Format("users/{0}/related.json", id));
        }