Create User Credential
Select
SaaS
Customer Managed
This operation is used to create a user credential under credentials manager in control panel.
- application/json
Request Body
credentialRecordInfo object[]
recordType integerdescription stringadditionalInformation object
dbName stringconnectString stringazureCredInfo object
environment stringtenantId stringapplicationId stringsubscriptionId stringsecurityAssociations object
associationsOperationType integerassociations object[]
userOrGroup object[]
entityTypeName stringuserGroupName stringuserGroupId integercredentialRecord object
credentialName stringrecord object
password stringuserName stringcreateAs object
user object
userGroup object
userGroupId integeruserGroupName string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
records object[]
recordType integercredentialRecord object
credentialId integererror object
errorMessage stringerrorCode integer
{
"records": [
{
"recordType": 0,
"credentialRecord": {
"credentialId": 0
}
}
],
"error": {
"errorMessage": "string",
"errorCode": 0
}
}
{
"records": [
{
"recordType": 1,
"credentialRecord": {
"credentialId": 5
}
}
],
"error": {
"errorMessage": "Successful!",
"errorCode": 0
}
}
Loading...