Find a user by the given list of username and authenticator

Search Users by a list of UserKeys. If any element of the search does not match, it continues searching with the next one. If there are no matches for the search, it returns an empty List.

Request
Security:
vc-security
Request Body schema: application/json

UserKeys with a list of UserKey objects for filter

Array
username
string
authenticator
string
Responses
200

A list of users

401

Unauthorized request. Make sure token was included and is valid and try again.

403

Forbidden. You are not permitted to access the requested resource.

post/user-service/v1/user/findByUserKeys
Request samples
application/json
[
  • {
    }
]
Response samples
application/json
[
  • {
    }
]