Skip to main content

Allow users to enable passkey

Select

SaaS
Customer Managed

Allow users to enable passkey

Request Body
  • commCellInfo object
  • generalInfo object
  • allowUsersToEnablePasskey boolean

    true to allow and false to disallow

Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • response object[]
  • errorCode integer
PUT /commcell/properties    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
Body
{
"commCellInfo": {
"generalInfo": {
"allowUsersToEnablePasskey": true
}
}
}
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/Commcell/Properties' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"commCellInfo": {
"generalInfo": {
"allowUsersToEnablePasskey": true
}
}
}'