GET
/
users
/
{userId}
curl --request GET \
  --url https://api.authsignal.com/v1/users/{userId}
{
  "isEnrolled": true,
  "email": "<string>",
  "phoneNumber": "<string>",
  "username": "<string>",
  "displayName": "<string>",
  "allowedVerificationMethods": [
    "SMS"
  ],
  "enrolledVerificationMethods": [
    "SMS"
  ],
  "defaultVerificationMethod": "SMS",
  "custom": {}
}

Path Parameters

userId
string
required

The ID of the user.

Response

200
application/json

OK

The response is of type object.