Skip to main content
List current user authentication methods and account security capabilities
curl --request GET \
  --url https://api.acornops.dev/api/v1/auth/methods \
  --cookie acornops_cp_session=
{
  "methods": [
    {
      "type": "<unknown>",
      "username": "<string>",
      "lastChangedAt": "2023-11-07T05:31:56Z",
      "lastLoginAt": "2023-11-07T05:31:56Z"
    }
  ],
  "capabilities": {
    "canChangePassword": true,
    "canLinkOidc": true,
    "canAddPassword": true
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.acornops.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

acornops_cp_session
string
cookie
required

Response

Authentication methods for the current user. OIDC subjects are never returned.

methods
object[]
required
capabilities
object
required