Skip to main content
Version: 4.0.3

Get configured verification methods for a user

POST 

/verification-srv/public/graph/user/setup

Public login list: which methods this user can use to authenticate in the current authorization (request_id).

This is not the signed-in profile API. To show or remove enrollments on a self-service page, use GET /verification-actions-srv/users/configurations and the DELETE routes on the Verification API.

This is a public API that requires no groups or roles but requires a valid request_id and identifier (email, mobile number, or username).

Validation Steps Performed:

  1. Validates request_id is present and valid
  2. Validates identifier is present and not empty
  3. Validates request_id by fetching app details
  4. Validates identifier by fetching user info
  5. Filters verification methods based on app-level configuration
  6. Returns only methods that are both configured by the user and allowed by the app

Request

Responses

Success