Skip to main content
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>"  },  "groups": [  "<string>"  ]  }  ] }

Query Parameters

names
string[]

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

Response

OK

users
object[]

The users from the specified request.