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

Epignosis (TalentLMS, eFront, TalentCards) User API

The User API from Epignosis (TalentLMS, eFront, TalentCards) — 10 operation(s) for user.

Epignosis (TalentLMS, eFront, TalentCards) User API is one of 17 APIs that Epignosis (TalentLMS, eFront, TalentCards) publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include User. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 12 operations across 10 paths, and defines 16 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against 2 base URLs: https://virtserver.swaggerhub.com/Epignosis/Efront-API/1.0.0, https://ssc.efrontlearning.com/API/v1.0.

12 operations 10 paths 16 schemas 5 GET4 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://samples.talentlms.com/api/v1/
Authentication
HTTP Basic
Resource Areas
1

Authentication & Security 1

Epignosis (TalentLMS, eFront, TalentCards) User API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

Paths & Operations 12

Across 10 paths, the API surfaces 12 operations — 5 GET, 4 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

User 12
GET
/Users
Returns the entire user list.
→ 200400
GET
/Logout/{loginName}
Logouts the requested user.
1 param → 200404
GET
/CourseUserStatus/{CourseId},{UserId}
Returns information about the status of a specified user in the specified course.
2 params → 200400
POST
/CourseUserStatus/{CourseId},{UserId}
Update the status of the specified user in the specified course
2 params body → 200400
GET
/User/{Id}
Returns information about the user with the associated Id.
1 param → 200404
PUT
/User/{Id}
Edits the specified user. - The Id in the URL, refers to the user.
1 param body → 200400
GET
/Users/{eMailAddress}
Returns a list of users which they have the requested e-mail address along with the courses they are enrolled to.
1 param → 200400
POST
/CourseUserStatus
Update the status of the specified user in the specified course.
body → 200400
POST
/User
Create user
body → 200400
POST
/Course/AddUser
Adds a user to a course
body → 200400
PUT
/User/{Id}/Activate
Activates the specified user. - The Id in the URL, refers to the user.
1 param → 200400
PUT
/User/{Id}/Deactivate
Deactivates the specified user. - The Id in the URL, refers to the user.
1 param → 200400

Schemas 16

The contract defines 16 schemas that model the data the API accepts and returns. The most detailed are editUser (9 properties), createUser (9 properties), updateCourseUserStatus (5 properties), avatar (3 properties). Each schema is shown below with its type and property counts.

updateCourseUserStatus
object
5 properties 2 required
standardResponse
object
3 properties
timestampNullable
integer
email
string
createUser
object
9 properties 7 required
extended-fields
Possible extended profile fields
score
number
surname
string
id
integer
The resource id.
nullableId
integer
userName
string
editUser
object
9 properties
login
string
The login username
avatar
object
3 properties
booleanInteger
integer
public_id
string

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

epignosis-talentlms-efront-talentcards-user-api-openapi.yml Raw ↑

Other APIs Epignosis (TalentLMS, eFront, TalentCards) publishes across the network.

TalentLMS API
Epignosis (TalentLMS, eFront, TalentCards) Account API
Epignosis (TalentLMS, eFront, TalentCards) Autologin API
Epignosis (TalentLMS, eFront, TalentCards) Branch API
Epignosis (TalentLMS, eFront, TalentCards) Catalog API
Epignosis (TalentLMS, eFront, TalentCards) Category API
Epignosis (TalentLMS, eFront, TalentCards) Content API
Epignosis (TalentLMS, eFront, TalentCards) Course API
Epignosis (TalentLMS, eFront, TalentCards) Curriculum API
Epignosis (TalentLMS, eFront, TalentCards) Extended Field API
Epignosis (TalentLMS, eFront, TalentCards) Group API
Epignosis (TalentLMS, eFront, TalentCards) Job API