Query Parameters
The user names to retrieve. Format: users/{user uid or user email}
Response
OK
The users from the specified request.
{ "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>" ] } ] }
Get the users in batch. Any authenticated user can batch get users. Permissions required: bb.users.get
{ "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>" ] } ] }
The user names to retrieve. Format: users/{user uid or user email}
OK
The users from the specified request.
Show child attributes
Was this page helpful?