Skip to content

WIP. Redcap External Module to manage instance users via API

License

Notifications You must be signed in to change notification settings

uwctri/UserManagementAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User User Management API - Redcap External Module

What does it do?

Exposes an API, which requires a super API token, that can be used to ...

Requests

POST /api/?type=module&prefix=user_management_api&page=api

body {
    "token": "string" 
    "action": "string"
    "user": "username" 
    ... // Optional parameters specific to action
}

Responses

{
    "status": "string",  // 'success' or 'failure'
    "message": "string", // Explination of action that occured
    "data": "JSON",      // User object described below
}

User Object

{
    ...
}

Installing

You can install the module from the REDCap EM repo or drop it directly in your modules folder (i.e. redcap/modules/user_management_api_v1.0.0).

About

WIP. Redcap External Module to manage instance users via API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages