Self-service endpoints for the signed-in User (the account, across all their orgs — see Connected ID). Base path: /api/v1/users.
| Method · Route | Source |
|---|
POST /registration/email | UserEndpoints.cs:27 |
POST /verification/email | :34 |
| Method · Route | Purpose | Source |
|---|
PUT /me/profile | Update profile | :169 |
POST /me/profile/photo | Upload avatar | :363 |
POST /me/korean-identity/initiate · /finalize | Real-name verification (본인인증) | :276, :308 |
| Method · Route | Purpose | Source |
|---|
DELETE /my-devices/{deviceId} | Remove a device key (account-wide) | :426 |
POST /my-devices/{deviceId}/claim | Claim a device | :447 |
POST /my-devices/{deviceId}/lock | Lock a device | :485 |
POST /orgs/{slug}/device-request | Request device access in an org | :466 |
These are the account-level (UserCredential) view; the org-scoped device view is Devices, and the conceptual model is Devices.