Retrieve information about a user.
cURL
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": {} }
The ID of the user.
OK
The response is of type object.
object
Was this page helpful?