Userbase

Docs : API : Get User

The Get User API lets you retrieve all the metadata associated with any of your users by providing the ID of a user from your account. The user ID can be obtained from the Admin panel, or from the signUp, signIn, or init methods in the Userbase SDK.

curl 'https://v1.userbase.com/v1/admin/users/$USER_ID' \
  -XGET \
  -H 'Authorization: Bearer $ACCESS_TOKEN'

Parameters

Result