External Users / Get

Get External User

Retrieve information about an external user in your application. Returns the user's ID, creation date, seed count, and usage statistics. External users represent your end-users and provide data isolation.

GET {baseAPIUrl}/external-users

Authentication

Required. Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Query Parameters

ParameterTypeRequiredDescription
appIdstringRequiredApplication identifier
externalUserIdstringRequiredExternal user identifier

Response

FieldTypeDescription
idstringInternal UUID for the external user record
externalUserIdstringYour external user identifier
appIdstringApplication identifier
seedsLocationstringStorage location ("neutron" or "blockchain")
createdAtstringISO 8601 timestamp of creation
updatedAtstringISO 8601 timestamp of last update

Try It

Query Parameters

Application identifier

External user identifier