Ability to define custom field on users

Jump to solution
Shaun_Walker
Community Novice

Hi All, 

Wondering, is it possible to add custom fields to users, to store additional information such as registration numbers?

Cheers, 

Shaun

Labels (1)
0 Likes
1 Solution
jerry_nguyen
Community Coach
Community Coach

@Shaun_Walker 

You can store custom data to a user profile using Canvas API, however, it's not visible through the UI (You can write custom JS to display the stored data)

https://canvas.instructure.com/doc/api/users.html#method.custom_data.set_data

 

View solution in original post

0 Likes