I want to use the REST API to get identify the licensed users and their email addresses. I can get the users by using the Organziation REST API or the accounts REST API.
Which one is the correct one to use:
/restapi/v2/accounts/<accountID>/users gives me the user in the account
while
'/Management/v2/organizations/<OrgID>/users?account_id=<accountId> also gives me the users
Since I have to specify the account ID in both cases i don’t really see an advantage to one over the other… Thoughts?
One reason i am leaning towards the /restapi/v2/accounts call is that i could also get the bilingPlan information.