Update login password

Updates the password for a login.

A login is an entity that enables a licensed Intelligent Risk Platform™ user to access a managed SQL Server instance on Data Bridge. The login enables the user to connect to and perform permitted operations on a particular SQL Server instance. For details, see Manage logins.

🍐

Role-based Permissions

To perform this operation, a principal must belong to a group that has been assigned the appropriate role-based permissions. The table identifies the roles with permission to perform this operation.

ConsumerContributorData Bridge Admin
YESYESYES

To learn more about role-based permissions in Data Bridge, see Access Controls.

Path Params
string
required

Name of managed SQL Server instance.

string
required

Name of login.

Body Params
string
required
length between 0 and 128

New password for login.

Responses
200

OK. All went well.

400

Bad Request. Some of the provided parameters were not valid.

403

Forbidden. You do not have permission to access that resource.

404

Not found. The entity you are trying to interact with does not
exist.

500

Internal Server Error. If the problem persists you may want to
contact the Administrator.

Language
URL