Skip to main content
POST
Get Multiple Users by Usernames

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
Examples:

"elonmusk"

"sundarpichai"

Response

A list of user profile objects. Unfound users are represented by null.