Hi @Cesar24375!
If you’re not sure which users are in the event type, you may want to use an organization-scoped call instead of a user-scoped call to the list event types endpoint. If you are using the access token of an organization admin/owner, you will have permission to use the organization scope and get a list of event types in the organization. The exception to this is shared event types, which are currently only available on the user-scope.
Using the organization scope will just involve passing the organization’s URI to the organization
parameter when making the request instead of passing the user
parameter.
You can also narrow down the total list by passing values to the admin_managed
or active
parameters, if you know whether the event type is admin managed and/or currently active in the account.
I hope that answers your question but please share a few more details if this doesn’t quite address it!