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

Unable to POST any other attribute besides required ones #43

Open
DanielSunami opened this issue Sep 18, 2019 · 2 comments
Open

Unable to POST any other attribute besides required ones #43

DanielSunami opened this issue Sep 18, 2019 · 2 comments

Comments

@DanielSunami
Copy link

When sending a POST with

'user[firstname]'
'user[lastname]'
'user[email]'
'user[city]'
'user[username]'

Works but if I add department or city I get invalid_parameter_exception invalid value.

'user[department]'
'user[city]'

I'm making the request on nodejs with native https request.
If someone can help I greatly appreciate it.

@dmitriim
Copy link
Member

dmitriim commented Sep 18, 2019

Hi @DanielSunami

department and city fields are not supported at the moment. Please feel free to submit a patch for that or contact us if you'd like to sponsor this feature https://www.catalyst-au.net/content/contact-us

@dmitriim
Copy link
Member

dmitriim commented Sep 4, 2022

This one is probably the same as #85

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

No branches or pull requests

2 participants