This API allows enterprise applications to fetch a list of authentication mechanisms (authenticators) associated with a specific REL-ID user. These include factors like the REL-ID Mobile App, TOTP, or other supported authentication methods.
🔗 Endpoint
GET https://REL-ID-SERVER-IP:9442/v1/users/{userId}/authenticators
🔐 Authorization
Authorization: Bearer <access_token>
📥 Path Parameter
Parameter
Location
Type
Required
Description
userId
Path
String
✅ Yes
REL-ID user ID whose authenticators are to be retrieved.