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-usersAuthentication
Required. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYQuery Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| appId | string | Required | Application identifier |
| externalUserId | string | Required | External user identifier |
Response
| Field | Type | Description |
|---|---|---|
| id | string | Internal UUID for the external user record |
| externalUserId | string | Your external user identifier |
| appId | string | Application identifier |
| seedsLocation | string | Storage location ("neutron" or "blockchain") |
| createdAt | string | ISO 8601 timestamp of creation |
| updatedAt | string | ISO 8601 timestamp of last update |
Try It
Query Parameters
Application identifier
External user identifier