Determining a user's primary group
How can we determine a user's primary group when getting a person via the API? The data that is returned contains a list of group ids that the user is a member of with no indication of the primary group id.
We are using this API endpoint from iPaaS.
GET /TDWebApi/api/people/{uid}
Asked by Paul Lupeituu
on Mon 11/11/24 1:00 PM
Sign In to leave feedback or contribute an answer
Answer (1)
Mark Sayers
Mon 11/11/24 2:33 PM
Hello Paul,
You would be better off to use this GET endpoint: /TDWebApi/api/people/{uid}/groups
As it does list a more targeted set of details on each group related to the person in question.
Sincerely,
Mark Sayers
Sr Support Consultant, CS
No feedback