Skip to main content

Add another authenticator

One user can add up to 10 authenticators. This increases convenience, as they are not tied to a single authenticator for authentication.

Add another authenticator
curl -XPOST \
-H "Authorization: Bearer $ACCESS_KEY"\
-H 'Content-Type: application/json;charset=utf-8' \
-d '{ "username": "700-123456" }' \
${APIBASE}/users/enroll | python -m json.tool