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

Sending parameters #32

Open
alextakitani opened this issue Sep 30, 2020 · 0 comments
Open

Sending parameters #32

alextakitani opened this issue Sep 30, 2020 · 0 comments

Comments

@alextakitani
Copy link

I'm trying to create a user on my testing env, with the following code:

connection.create_user(account.id, {user: {name: 'test2 123', email: '[email protected]'}, pseudonym: {unique_id: '[email protected]'}}.to_json)

It does succeded but the user created has info all over the place:

[14] pry(main)> Canvas::User.create => #<Pandarus::User:0x00007fbcf813c2e0 @avatar_url=nil, @bio=nil, @email=nil, @enrollments=[], @id="37579", @integration_id=nil, @last_login=nil, @locale=nil, @login_id="{\"user\":{\"name\":\"test2 123\",\"email\":\"[email protected]\"},\"pseudonym\":{\"unique_id\":\"[email protected]\"}}", @name="{\"user\":{\"name\":\"test2 123\",\"email\":\"[email protected]\"},\"pseudonym\":{\"unique_id\":\"[email protected]\"}}", @short_name="{\"user\":{\"name\":\"test2 123\",\"email\":\"[email protected]\"},\"pseudonym\":{\"unique_id\":\"[email protected]\"}}", @sis_import_id=nil, @sis_user_id=nil, @sortable_name="{\"user\":{\"name\":\"test2 123\", \"email\":\"[email protected]\"} \"pseudonym\":{\"unique_id\":\"[email protected]\"}}", @time_zone=nil>
What am I doing wrong?

Thanks!

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