Get user profile
Users
Get user profile
Returns profile and identity-verification status for a registered user identified by phone or email.
Loads the user record, subscriber createdAt, and CIP process status via cipService.getProcessInfo.
GET
Get user profile
Authorizations
Path Parameters
- User identifier (phone with country code or email).
Example:
+19166020018ortest@example.com.
Response
200 — OK. Profile returned for a registered user.
Scenarios for this response (keep in sync with testing-sandbox.mdx):
| Scenario | How to reproduce | Typical body |
|---|---|---|
| Known user | Path phoneOrEmail is a registered phone (E.164 with +) or email for the tenant; user has subscriber and CIP records. | UserProfile with id, names, contact, address, CIP status, createdAt, optional latitude / longitude. |
See also Full scenario matrix.