Get User
Enables applications to query the existence of a user wallet based on an email address.
Headers
Authorization
Request
This endpoint expects an object.
email
The email address of the user to look up. This is used to verify if an associated account exists within the system.
Response
Query successful. Returns organization ID if an account exists for the provided email address.
orgId
The organization ID associated with the user. This ID is returned if an account exists for the given email address. If no account is found, this value will be null. The response is intentionally limited to this information to protect user privacy and security.