Protected
Readonly
dataProtected
Readonly
idProtected
Readonly
invitationProtected
Readonly
jwtProtected
loggerProtected
Readonly
loggerProtected
applyApply UsersFilter to typeorm query builder
Protected
applyApply UsersOrderBy to typeorm query builder
Change user password if old password is correct
Create new user
Protected
generateProtected
generateGet users list with given options
Get user with given options
options to find user
Get user with given options or throw an error
options to find user
context of the request
Check if user with given id exists
Check if user with given jwt access token exists
Check if user with given email is unique
Sync user from external source If user with given id exists, then update it, otherwise create new one
Update user
A UsersService is a component of your application's backend that provides programmatic access to the Users API. It typically includes methods for creating, retrieving, updating, and deleting user entities, as well as managing user permissions and roles.