/
SM
smarterservices
/
Multi-Server API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 3mo ago
Details
Filter operations
get
Returns all users.
post
Create a new user.
get
Returns details for a specific user.
put
Updates the meta data for a user.
get
Returns results for a specific user.
post
Provides a URL that can be used to sign the user into the system.
get
Provides a URL that can be used to view the report for the user.
get
Returns the report for a specific user.
get
Returns all orders.
get
Returns result information for one or more users based on filters provided.
get
Returns result information for one or more users based on filters provided.
Create a new user.
post
/users
Request body
object
required
GroupKey
number
required
FirstName
string
required
LastName
string
required
Email
string
required
InternalID
string
Gender
'M'
|
'F'
EthnicityID
number
AgeRange
string
HowManyCoursesTaken
string
Custom
object
Response
User created.
Changes