Create login

Creates a login to a managed SQL Server instance.

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.

Body Params
string
required
length between 0 and 20

Unique name of login.

string
required
length between 0 and 128

Password for login.

string
enum
required

Role of login. One of Consumer, Contributor

Allowed:
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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.

409

Conflict. The requested resource already exists.

500

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

Language
URL
Response
Choose an example:
application/json
text/plain
text/json