/
/Multi-Server API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h 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.

Returns the report for a specific user.

get/users/{userid}/report

Path parameters

useridnumber required

User that should be returned.

Query parameters

Typestring

The type of report to be returned.

Formatstring

The format the report should be returned in.

Response

User report.

Changes