Account creation via API

Nigel 5 years ago

I am getting this error while trying to create a user account via the api, what could be the problem?

NullPointerException (PermissionsManager:264 < UserResource:71 < ...)
Anton Tananaev 5 years ago

Not using the latest version?

Nigel 5 years ago

I am on latest version

Anton Tananaev 5 years ago

Then it probably means something is incorrect with your API request. Compare it with what official web app sends. If it still doesn't help, provide both examples here, including full requests and responses.

Nigel 5 years ago

when using postman

NullPointerException (PermissionsManager: 264 < UserResource: 71 < ...)

In Android i get Bad request

Anton Tananaev 5 years ago

URLs, all headers, raw request and response. Full information please.