Skip to main content
Tenant user. Users authenticate via OAuth device flow (the CLI / SDK path) or via the web app. The DataUser shape carries profile information; credential storage is separate (see DataUserAuth).

Sample JSON

Copy, edit, paste. Server-set fields (id, created, tenantId, …) are omitted from the example — they’re populated by the server on response.

Fields

Used by

Request body

  • POST /api/user
  • PUT /api/user

Response body

  • GET /api/user/{id}
  • GET /api/user

CLI

ekso user — see the command branches page for available verbs. Body for create / update verbs typically passed via --data @file.json matching the sample JSON above.