Hi @abin_johnson
I have never seen a field by that name. Can you be more specific about what you're doing or searching for?
I'm also going to tag Canvas Developers Data and Analytics, in case anyone else can help.
The following are common user id's:
- canvas_id, seen in the user profile
- sis_user_id, provided by the institution, some kind of employee or student person id
- login_id or unique_name, the users login credential or email
- global_canvas_id, the Canvas User ID with shard prefix
- user_id, specific to Canvas Data
Admins can see most of these ID's on the users profile page. Others only exist for integration and reporting tasks.
Login ID and SIS User ID are seen here, SIS Import Format Documentation - Canvas LMS REST API Documentation
Canvas ID and Global Canvas ID are used in the API for users, the API docs call it user_id.
Users - Canvas LMS REST API Documentation
But, the API allows accessing users and records by SIS ID too.
Object IDs, SIS IDs, and special IDs - Canvas LMS REST API Documentation
All the IDs are common in Canvas Data.
#user_dim #pseudonym_dim
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.