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? 

Solved Solved
1 1 104
1 ACCEPTED SOLUTION

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

View solution in original post

1 REPLY 1

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