eContext Auth API
latest
  • Introduction
  • Concepts
  • Authentication
  • Applications
  • Groups
  • Users
  • Changelog
eContext Auth API
  • Docs »
  • eContext Authentication API documentation
  • Edit on GitHub

eContext Authentication API documentation¶

  • Introduction
    • Input Format
    • Output Format
  • Concepts
    • Applications
    • Groups
    • Organizations
    • Users
    • “Custom Data”
  • Authentication
    • POST /authenticate
  • Applications
    • GET /applications
    • POST /applications/application
    • GET /applications/application/{appid}
    • PUT /applications/application/{appid}
    • DELETE /applications/application/{appid}
    • GET /applications/application/{appid}/users
  • Groups
    • GET /groups
    • POST /groups/group
    • GET /groups/group/{groupid}
    • PUT /groups/group/{groupid}
    • DELETE /groups/group/{groupid}
    • GET /groups/group/{groupid}/users
  • Users
    • GET /users
    • GET /users/search/{search}
    • POST /users/user
    • GET /users/user/{userid}
    • PUT /users/user/{userid}
    • POST /users/user/{userid}/apikey
    • GET /users/user/{userid}/apikey/{apikeyid}
    • PUT /users/user/{userid}/apikey/{apikeyid}
    • DELETE /users/user/{userid}/apikey/{apikeyid}
    • DELETE /users/user/{userid}/application/{appid}
    • DELETE /users/user/{userid}/group/{groupid}
    • DELETE /users/user/{userid}
  • Changelog
    • 0.0.1 – 2017-04-20

Notes¶

Unless otherwise specified, all examples in this documentation use a Content-Type (RFC 2616#section-14.17) of JSON for both input and output.

Indices and tables¶

  • Index
  • Search Page
  • Changelog
Next

© Copyright 2017, eContext.com Revision a77366ed.

Built with Sphinx using a theme provided by Read the Docs.