How to know the user id in Make

How to know the user id in Make

I think you need to use the GET/users endpoint of the Make API(paid plans) to know the user id of the people in your Organization.

Welcome to the Make community!

If you want to get the user IDs of the users in your organisation, you can also open the developer console in your web browser, go to the Network tab, and then visit your organization’s Users page

e.g.: https://eu1.make.com/organization/1234567/users

Then, select the XHR filter and scroll all the way down and click on the users request and expand the users data:

Screenshot_2024-06-10_140619

This will provide the data about the users in your organization, including the IDs.

Alternatively, you can also use the Make integration “Make an API call”, in your scenario to call the List Users endpoint, or Current user data endpoint.

samliew – request private consultation

Join the Make Fans Discord server to chat with other makers!

2 Likes

Hi @Jhonnatan_Costa,

You can use the “Make: Make An API Call” module to list all the users. Please refer to the below screenshots for more details.

Please refer to the below documentation so that you can add filters.

https://www.make.com/en/api-documentation/users-get

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support
| Book Live Implementation
Visit us here
Youtube Channel

2 Likes