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

HTTP 201 is not a error? #14

Open
SeaLife opened this issue Apr 21, 2019 · 0 comments
Open

HTTP 201 is not a error? #14

SeaLife opened this issue Apr 21, 2019 · 0 comments

Comments

@SeaLife
Copy link

SeaLife commented Apr 21, 2019

Hey, got the following while creating the user (creating worked)

An error occurred while making a request to the panel, if the issue persists please create an issue on github.
201 POST https://panel.example.com/api/application/users

Code used:

            adminInterface.getAdminAPI().getUsersController().createNew()
                    .setEmail(customerId.toString()   "@example.com")
                    .setUsername(customerId.toString())
                    .setPassword(customerId.toString())
                    .setFirstName("Han")
                    .setLastName("Solo")
                    .setLanguage("en")
                    .execute();

Regards

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

No branches or pull requests

1 participant