Hey @msd5079,
I've always found this part of the documentation difficult to understand.
Here's a post that can help you understand which endpoints are available for business accounts
It is possible to list users attributes, BUT you need user's sid, which you can't access with any available endpoint.
What I've done is kept an internal table in my db and whenever a user accepts an invite, i save the sid in the table so i can use this endpoint.
1 Like