Skip to Content
Anuma SDKClientInternalFunctionsgetApiV1AdminUsersLookup

getApiV1AdminUsersLookup

getApiV1AdminUsersLookup<ThrowOnError>(options: Options<GetApiV1AdminUsersLookupData, ThrowOnError>): RequestResult<GetApiV1AdminUsersLookupResponses, GetApiV1AdminUsersLookupErrors, ThrowOnError>

Defined in: src/client/sdk.gen.ts:338 

Lookup user by identifier

Retrieves account details, all app enrollments with balances, and text registrations. Accepts wallet_address, phone, telegram, or email (exactly one required).

Type Parameters

Type ParameterDefault type

ThrowOnError extends boolean

false

Parameters

ParameterType

options

Options<GetApiV1AdminUsersLookupData, ThrowOnError>

Returns

RequestResult<GetApiV1AdminUsersLookupResponses, GetApiV1AdminUsersLookupErrors, ThrowOnError>

Last updated on