Skip to main content
GET
/
users
/
managed
List all Managed Users
curl --request GET \
  --url https://api.forestreet.com/users/managed
[
    {
        "userId": "15f1e85f-6e32-4cd5-9500-65ef79adb5b0",
        "email": "john@doe.com"
    },
    {
        "userId": "bf88d004-8d85-4b86-a603-9499a2f9a8aa",
        "email": "jane@doe.com"
    }
]

Documentation Index

Fetch the complete documentation index at: https://docs.forestreet.com/llms.txt

Use this file to discover all available pages before exploring further.

List the UUIDs and emails of all the users manageable by this account. The account is always determined by the API key being used.
[
    {
        "userId": "15f1e85f-6e32-4cd5-9500-65ef79adb5b0",
        "email": "john@doe.com"
    },
    {
        "userId": "bf88d004-8d85-4b86-a603-9499a2f9a8aa",
        "email": "jane@doe.com"
    }
]