We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
[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>
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: