/
/Backend API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1mo ago
  • getGet list of links that initiate login
  • getGet Authenticated User
  • getList all OAuth2 Client Registrations
  • postCreate OAuth2 Client Registration
  • deleteDelete OAuth2 Client 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

Changes