cURL
curl --request GET \ --url https://api.futureagi.com/accounts/user/list/ \ --header 'Authorization: Bearer <token>'
Get list of all users in organization
JWT token obtained from /accounts/token/ endpoint
List of users
Was this page helpful?