/
/Multi-Server API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 14m ago · Updated 3mo ago
  • getReturns all users.
  • postCreate a new user.
  • getReturns details for a specific user.
  • putUpdates the meta data for a user.
  • getReturns results for a specific user.
  • postProvides a URL that can be used to sign the user into the system.
  • getProvides a URL that can be used to view the report for the user.
  • getReturns the report for a specific user.
  • getReturns all orders.
  • getReturns result information for one or more users based on filters provided.
  • getReturns result information for one or more users based on filters provided.

Create a new user.

post/users

Request body

GroupKeynumber required
FirstNamestring required
LastNamestring required
Emailstring required
InternalIDstring
Gender'M' | 'F'
EthnicityIDnumber
AgeRangestring
HowManyCoursesTakenstring
Customobject

Response

User created.

Changes