Skip to content

Allowed Login Methods

Coming soon; contact us if you need access to this API endpoint.

Update the allowed login methods

Request

Security
bearerToken
Bodyapplication/jsonrequired
Array of strings

The allowed login methods for the account

Enum:"PASSWORD""GOOGLE""MICROSOFT"
curl -i -X PUT \
  https://api-v2.dash.app/allowed-login-methods \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '[
    "PASSWORD"
  ]'

Responses

Success

Bodyapplication/json
Array of strings

The allowed login methods for the account

Enum:"PASSWORD""GOOGLE""MICROSOFT"
Response
[ "PASSWORD" ]