Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Emory University user API

user resource

Emory University user API is one of 25 APIs that Emory University publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include user. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 2 JSON Schemas.

This API exposes 21 operations across 14 paths, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version 3.2.14.

Requests are made against a single base URL, https://computablebrain.emory.edu/api/v1.

21 operations 14 paths 2 schemas 3 DELETE8 GET3 POST7 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
3.2.14
Base URL
https://computablebrain.emory.edu/api/v1
Authentication
API Key
License
Resource Areas
1

Authentication & Security 1

Emory University user API declares 1 security scheme for authenticating requests. An API key is passed in the header as Girder-Token (Girder-Token).

Paths & Operations 21

Across 14 paths, the API surfaces 21 operations — 3 DELETE, 8 GET, 3 POST, 7 PUT. Each is listed below with its method, path, parameters, and response codes.

user 21

user resource

GET
/user
List or search for users.
user_find_user 5 params → 200400
POST
/user
Create a new user.
user_createUser_post_user body → 200400
DELETE
/user/authentication
Log out of the system.
user_logout_delete_authentication → 200400
GET
/user/authentication
Log in to the system.
user_login_authentication 1 param → 200401403
GET
/user/details
Get detailed information of accessible users.
user_getUsersDetails_details → 200400
GET
/user/me
Retrieve the currently logged-in user information.
user_getMe_me → 200400
PUT
/user/password
Change your password.
user_changePassword_put_password body → 200400401
PUT
/user/password/temporary
Create a temporary access token for a user. The user's password is not changed.
user_generateTemporaryPassword_put_password_temporary 1 param → 200400
GET
/user/password/temporary/{id}
Check if a specified token is a temporary access token for the specified user. If the token is valid, returns information on the token and user.
user_checkTemporaryPassword_password_temporary_id 1 param body → 200401
POST
/user/verification
Send verification email.
user_sendVerificationEmail_post_verification 1 param → 200401
DELETE
/user/{id}
Delete a user by ID.
user_deleteUser_delete_id 1 param → 200400403
GET
/user/{id}
Get a user by ID.
user_getUser_id 1 param → 200400403
PUT
/user/{id}
Update a user's information.
user_updateUser_put_id 6 params → 200400403
GET
/user/{id}/details
Get detailed information about a user.
user_getUserDetails_id_details 1 param → 200400403
DELETE
/user/{id}/otp
Disable one-time passwords for this user.
user_removeOtp_delete_id_otp 1 param → 200400403
POST
/user/{id}/otp
Initiate the enablement of one-time passwords for this user.
user_initializeOtp_post_id_otp 1 param → 200400403
PUT
/user/{id}/otp
Finalize the enablement of one-time passwords for this user.
user_finalizeOtp_put_id_otp 2 params → 200400403
PUT
/user/{id}/password
Change a user's password.
user_changeUserPassword_put_id_password 1 param body → 200400403
GET
/user/{id}/quota
Get quota and assetstore policies for the user.
user_getUserQuota_id_quota 1 param → 200400
PUT
/user/{id}/quota
Set quota and assetstore policies for the user.
user_setUserQuota_put_id_quota 2 params → 200400403
PUT
/user/{id}/verification
Verify an email address using a token.
user_verifyEmail_put_id_verification 1 param body → 200401

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. Each schema is shown below with its type and property counts.

Token
object
User
object

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

emory-user-api-openapi.yml Raw ↑

Other APIs Emory University publishes across the network.

Emory Canvas LMS REST API
Emory Identity (Shibboleth / SAML)
Emory Libraries Digital Repository Software
Emory University annotation API
Emory University api_key API
Emory University assetstore API
Emory University collection API
Emory University dicomweb_assetstore API
Emory University file API
Emory University files API
Emory University folder API
Emory University group API