Users
lowUser directory: identity, contact, role, and onboarding metadata.
users_v1Fields
| Column | Type | Required | Hints |
|---|---|---|---|
| id | string | yes | — |
| yes | e-mail · mail · correo · courriel | ||
| first_name | string | — | vorname · prenom · prénom · nombre |
| last_name | string | — | nachname · nom · apellido · cognome |
| role | enum | — | rolle · role · rol · ruolo |
| created_at | date | — | — |
| country | string | — | land · pays · país · paese |
Use via MCP
Drop AdaptivMapr into Cursor or Claude Desktop. Schema-only calls are free and unlimited.
adaptivmapr.match_headers({
template: "users_v1",
headers: ["first_name", "last_name", /* ... */]
})MCP install instructions →