retrieve - Auth Module Reference
This documentation provides a reference to the retrieve
method. This belongs to the Auth Module.
This method retrieves an auth user by its ID.
Example
Parameters
id
stringRequiredThe ID of the auth user.
config
FindConfig<AuthUserDTO>The configurations determining how the auth user is retrieved. Its properties, such as select
or relations
, accept the
attributes or relations associated with a auth user.
config
FindConfig<AuthUserDTO>select
or relations
, accept the
attributes or relations associated with a auth user.Returns
The retrieved auth user.
Was this section helpful?