catalyst/moodle-auth_userkey

Unable to POST any other attribute besides required ones

Opened this issue · 2 comments

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.

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

This one is probably the same as #85