Locating host_id values for all Users

Where do we find all of our User’s host_id values?
Example:
“topic”: “Personal Meeting Room”,
“host_id”: “PQ81OgF0SSKUhy0_C3Kc0g”

This value (host_id) is part of the information sent via api about meetings when participants join and we want to identify each host_id value and associate it with the appropriate user in our code. So we need to locate all host_id values for all of our users.

Hi @michaela .

The host id should be the same as the user’s unique persisting universal id (as long as they are logged in).

Where do I find the user’s unique persisting universal id?

@michaela it’s participants.id in many of the meeting related endpoints or just id on the users endpoints.