@wildix/xbees-users-client > Users > batchGetUsers
Users.batchGetUsers() method
Signature:
batchGetUsers(args: BatchGetUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetUsersCommandOutput) => void): void;
Parameters
Parameter | Type | Description |
---|---|---|
args | ||
options | __HttpHandlerOptions | |
cb | (err: any, data?: BatchGetUsersCommandOutput) => void |
Returns:
void