GET
/
users
/
authmethods
curl --request GET \
  --url https://cloud.local.wirtual.dev/api/v2/users/authmethods \
  --header 'Wirtual-Session-Token: <api-key>'
{
  "github": {
    "enabled": true
  },
  "oidc": {
    "enabled": true,
    "iconUrl": "<string>",
    "signInText": "<string>"
  },
  "password": {
    "enabled": true
  },
  "terms_of_service_url": "<string>"
}

Authorizations

Wirtual-Session-Token
string
header
required

Response

200 - application/json
OK
github
object
oidc
object
password
object
terms_of_service_url
string