How to get user list

Good morning,

I need to provide a list of users for my organisation, I can see them under Admin>Users and Admin>Roles.

How do I export these for the whole organisation?

1 Like

Hello @Yellow_Fire_287

This Management API for USERS will help you to export the list of user in JSON format,

curl -X GET 'http://MS:8080/v1/users?expand=true' \
-H 'Authorization: Basic '

Please find the detailed doc here

3 Likes