Sign in

Get user

documented

Fetch user information by user identifier.

POST /userStore/getUserUsersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "{{$userStoreUrl}}/thrift" \
  -X POST \
  -H "Content-Type: application/x-thrift" \
  --data-binary "@{{$ thriftPayloadBinFile}}"
Get user · Evernote · OpenIntegrations