Userbase

Docs : API : List Users

The List Users API lets you retrieve all the users of an app and their associated metadata by providing the app ID. The app ID can be obtained from the Admin panel. This endpoint is paginated.

    
      curl 'https://v1.userbase.com/v1/admin/apps/$APP_ID/users?nextPageToken=$NEXT_PAGE_TOKEN' \
        -XGET \
        -H 'Authorization: Bearer $ACCESS_TOKEN'
    
  

Parameters

Result