/
/Backend API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 6m ago · Updated 2mo ago
  • getGet list of links that initiate login
  • getGet Authenticated User
  • getList all Tenant Registrations
  • postCreate Tenant Registration
  • deleteDelete Tenant Registration
  • getList all AppInstallRequests
  • postAccept an AppInstallRequest
  • postReject an AppInstallRequest
  • postCancel an AppInstallRequest
  • postCreate a License using the AppInstall
  • postCancel an AppInstall
  • getList all AppInstalls
  • getList all Licenses
  • postRenew a License
  • getList all LicenseRenewalRequests
  • postComplete the License Renewal
  • postExpire a License

Get Authenticated User

get/user

Response

Successful response

namestring required
partystring required
rolesstring[] required
isAdminboolean required
walletUrlstring required

Changes