Learn
Help
Socials
© 2025 make.com
Last updated 1 day ago
Retrieves information about all users and their roles in the organization with the specified organizationId.
organizationId
The ID of the organization.
11
Successful response
const response = await fetch('https://eu1.make.com/api/v2/organizations/{organizationId}/user-organization-roles', { method: 'GET', headers: {}, }); const data = await response.json();
{ "userOrganizationRoles": [ { "userId": 0, "organizationId": 0, "usersRoleId": 0, "invitation": "text", "organizationTeamsCount": 0, "joinedTeamsCount": 0 } ] }