Skip to content

Get authenticators

Request

Retrieves all authenticators for a specific user.

Required permissions: organizations:read, orgs:read, users:read, apps:read, [appId]:read, authenticators:read.

Security
ClientAccessToken
Path
userIdstringrequired

ID of the user

curl -i -X GET \
  'https://api.sbx.transmitsecurity.io/cis/v1/users/{userId}/authenticators' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

User authenticators object

Bodyapplication/json
resultArray of objectsrequired

List of user authenticators

Response
{ "result": [ {} ] }