Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get User related info #227

Closed
PedroMordeP opened this issue Jun 23, 2016 · 4 comments
Closed

get User related info #227

PedroMordeP opened this issue Jun 23, 2016 · 4 comments

Comments

@PedroMordeP
Copy link

Is not an issue but I didn't know where to ask this.

Is there a way to get the user related information?
https://developer.zendesk.com/rest_api/docs/core/users#user-related-information

If not, It's possible to create this method for the next update? Something like

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

Thank you

@mozts2005 mozts2005 added this to the 4.0.0 milestone Jul 7, 2016
@M3LiNdRu
Copy link
Contributor

M3LiNdRu commented Oct 3, 2016

If you don't mind, I can help over that.

I'll do a PR

@mozts2005
Copy link
Member

@M3LiNdRu all yours

@mozts2005 mozts2005 assigned mozts2005 and unassigned mozts2005 Oct 3, 2016
@M3LiNdRu
Copy link
Contributor

M3LiNdRu commented Oct 6, 2016

PR created #244

@mozts2005
Copy link
Member

I was able to get everything worked out with the zendesk and have merged pr #244

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants