Account creation via API

Nigel4 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 Tananaev4 years ago

Not using the latest version?

Nigel4 years ago

I am on latest version

Anton Tananaev4 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.

Nigel4 years ago

when using postman

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

In Android i get Bad request

Anton Tananaev4 years ago

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