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 group API

group resource

Emory University group 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 group. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 2 JSON Schemas.

This API exposes 15 operations across 7 paths, and defines 1 schema. 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.

15 operations 7 paths 1 schemas 4 DELETE5 GET5 POST1 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 group API declares 1 security scheme for authenticating requests. An API key is passed in the header as Girder-Token (Girder-Token).

Paths & Operations 15

Across 7 paths, the API surfaces 15 operations — 4 DELETE, 5 GET, 5 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

group 15

group resource

GET
/group
Search for groups or list all groups.
group_find_group 6 params → 200400
POST
/group
Create a new group.
group_createGroup_post_group 3 params → 200400403
DELETE
/group/{id}
Delete a group by ID.
group_deleteGroup_delete_id 1 param → 200400403
GET
/group/{id}
Get a group by ID.
group_getGroup_id 1 param → 200400403
PUT
/group/{id}
Update a group by ID.
group_updateGroup_put_id 5 params → 200400403
GET
/group/{id}/access
Get the access control list for a group.
group_getGroupAccess_id_access 1 param → 200400403
DELETE
/group/{id}/admin
Demote a user to a normal group member.
group_demote_delete_id_admin 1 param body → 200400403
POST
/group/{id}/admin
Promote a member to be an administrator of the group.
group_promoteToAdmin_post_id_admin 1 param body → 200400403
GET
/group/{id}/invitation
Show outstanding invitations for a group.
group_getGroupInvitations_id_invitation 5 params → 200400403
POST
/group/{id}/invitation
Invite a user to join a group, or accept a user's request to join.
group_inviteToGroup_post_id_invitation 4 params body → 200400403
DELETE
/group/{id}/member
Remove a user from a group, or uninvite them.
group_removeFromGroup_delete_id_member 1 param body → 200400403
GET
/group/{id}/member
List members of a group.
group_listMembers_id_member 5 params → 200400403
POST
/group/{id}/member
Request to join a group, or accept an invitation to join.
group_joinGroup_post_id_member 1 param → 200400403
DELETE
/group/{id}/moderator
Demote a user to a normal group member.
group_demote_delete_id_moderator 1 param body → 200400403
POST
/group/{id}/moderator
Promote a member to be a moderator of the group.
group_promoteToModerator_post_id_moderator 1 param body → 200400403

Schemas 1

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

Group
object

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

emory-group-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 histomicsui API