/users/extended returns multiple records with the same ID

Hi all,

/users/extended is returning multiple users with the same IDs for me.

The duplicates are missing some data like addresses and roles. However, some other data is present, like grade levels and birthdates.

At first, I thought this might be a pagination issue. That doesn't seem to be the case, though. The records have different data as mentioned, like addresses. Plus, there are more pages than there are duplicates.

Example:

  • User 1
    • ID 1234567
    • Roles: All School, Student
    • Birthdate: August 1, 2009
    • Grade: 12
  • User 2
    • ID 1234567
    • Roles: (Empty)
    • Birthdate: August 1, 2009
    • Grade 12

This is breaking code that assumes /users/extended returns 1 record per ID.

Has anyone seen this before?

Comments

Categories