GET
/
v1
/
users:batchGet
{
  "users": [
    {
      "name": "<string>",
      "state": "STATE_UNSPECIFIED",
      "email": "<string>",
      "title": "<string>",
      "userType": "USER_TYPE_UNSPECIFIED",
      "mfaEnabled": true,
      "mfaSecret": "<string>",
      "recoveryCodes": [
        "<string>"
      ],
      "phone": "<string>",
      "profile": {
        "lastLoginTime": "2023-11-07T05:31:56Z",
        "lastChangePasswordTime": "2023-11-07T05:31:56Z",
        "source": "<string>"
      }
    }
  ]
}

Query Parameters

names
string[]

The user names to retrieve. Format: users/{user uid or user email}

Response

200
application/json

OK

The response is of type object.