Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space PDOIDC and version Moscow_OIDC
Error response
URLhttps://<tinfo-useradm-baseurl>/useradmin/<pid>
Request

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

AuthenticationAccess Token as Bearer Token in Authorization Header
Success responseResponse
200OK
with
Body contains true or false
body
if user with pid is enrolled or not
401
401 Unauthorized with standard error response if the bearer
UnauthorizedBearer token is not accepted for any reason
400Bad Request
 if resource
Resource 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.

...