• Customer Guide
    • Nothing Found
  • Customer Guide
    Introduction
    API Standards
    Using the APIs
      API Security
      API Responses
      Rate Limiting
      Client Libraries
    Example Code
      VikingCloud GitHub
      WRM API
    API Reference Docs
      Asgard Core Platform APIs
        Asset Service API
        Finding Service API
        Notification Service API
        Org Service API
        User Service API
          user-service
            patch
            Partial user updates
            put
            Create user
            post
            Update user
            post
            Create user on current org
            put
            Update user time zone
            post
            Send welcome email
            post
            Verify MFA
            post
            Get last login report
            post
            User search
            post
            Reset password
            post
            Reset password with MFA token included
            post
            Send reset link
            post
            Change password
            post
            Paged user search
            post
            Export Users
            post
            Admin Reset password
            post
            Paged users search
            put
            Update the user status
            post
            Send init token
            post
            Disable MFA
            post
            Org Admin Disable User
            post
            Create certificate user
            delete
            Delete certificate user
            post
            Begin MFA
            get
            Get user by authenticator and username
            delete
            Delete user by username
            post
            Find a user by the given username and authenticator
            post
            Find a user by the given list of username and authenticator
            post
            Login and return the auth token
            post
            Login and return the auth token
            post
            Logout session/given auth token
            post
            Login using an alternate pre-shared secret
            get
            Currently logged in user
            post
            Attach or replace the roles of a source user to another destination user
            post
            Start an impersonation session
            get
            Get user details for the user on the session
            put
            Update user details for the user on the session
            put
            Checks if users has to update/rotate their passwords.
            get
            Return the user locale by user id
          role-service
          privilege-service
          user-internal
        User Preference API
        Disposition API
      Endpoint APIs
      WRM APIs

Send reset link

Send a reset link to update password

Request
path Parameters
username
required
string
Responses
200

OK

400

Bad Request. The request parameters (or body) were malformed or invalid. Fix the issues with the request and try again.

404

Not Found. The specified resource (or resource referred to by id) was not found

500

Internal Server Error. An unexpected error has occurred. This may be due to a transient error. Retry the request and if the issue persists, please contact support.

post/user-service/v1/user/reset/{username}
Request samples
  • curl
  • Python
  • Node.js
curl -i -X POST \
  'http://localhost:8081/user-service/v1/user/reset/{username}'
Response samples
  • 400
  • 404
  • 500
application/json
{
  • "message": "Field \"name\" cannot be null",
  • "status": 400,
  • "error": "Bad Request",
  • "timestamp": "2023-12-13T19:02:31.5897497",
  • "path": "/user-service/v1"
}
Legal
  • Terms of Use
  • Privacy Policy
Login
  • VikingCloud™ Portal
  • VikingCloud™ WRM UI
Support
  • FAQ
  • Contact us
Copyright © VikingCloud 2022. All rights reserved.