Closed danielspeicher closed 2 months ago
Some routes are protected by password. To access that particular route you will need to add a header into the request as follows.
->addHeader(['X-API-PASSWORD' => 'your_password])
or
->addHeader(['X-API-PASSWORD-BASE64' => 'your base 64 encoded password']);
Thank you. It works fine now!
In the past we've found people who automate user management may be reselling the app, I suggest reviewing the license to ensure your use case is ok.
Hello,
we are using this SDK and we need help:
We want to synchronize users from another backend system and we want to use the API via this SDK. How can we create a user?
We get an error message:
Invalid password
. We are using a valid API token, because to get a list of users works.Thanks for your help.