Page Contents
Home > @loopback/authentication-jwt > MyUserService > findUserById
MyUserService.findUserById() method
Signature:
findUserById(id: string): Promise<User & UserWithRelations>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| id | string |
Returns:
Promise<User & UserWithRelations>