Userbase

Docs : API : List Database Users

The List Database Users API lets you retrieve all the users who have access to a database. Database ID's can be obtained from the getDatabases function in the SDK. This endpoint is paginated.

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

Parameters

Result