Document toolboxDocument toolbox

IsEnrolled (TINFO Useradmin Endpoints)

URLhttps://<tinfo-useradm-baseurl>/<pid>
Request

GET with URL path parameter pid (same as bankid_altsub) for user in question

AuthenticationAccess Token as Bearer Token in Authorization Header
Response
200OKBody contains true or false if user with pid is enrolled or not
401UnauthorizedBearer token is not accepted for any reason
400Bad RequestResource access is insufficient (missing scope)

Error responses contains further information on the reason according to standard.

ExampleSee below

This method checks if the end user given by pid is enrolled for the TINFO service or not.

Example

Userinfo request
TBC