invoiceninja / sdk-php

PHP wrapper for Invoice Ninja's REST API
https://www.invoiceninja.com
83 stars 42 forks source link

Add users endpoint #79

Closed ClassicCut closed 2 years ago

ClassicCut commented 2 years ago

I'm currently working on an application that integrates with a self-hosted Invoice Ninja system, and I noticed there was no endpoint for users in the SDK. So I went ahead and created one. I'm not sure if this will cover all the users operations as defined by the API, but it takes care of our biggest use case.

That being said, I think the API call GET to list users is also affected by the filtering issue I logged here: https://github.com/invoiceninja/invoiceninja/issues/7111

turbo124 commented 2 years ago

Thanks!