# 👨‍👩‍👧Users

- [Change my password](/reference/funciones/users-e/change-my-password.md): Allows you to change the password of the session that is active at the moment
- [Forget Password](/reference/funciones/users-e/forget-password.md): The Forget Password function allows users to recover and then change their password by sending an email to the user's email, this function is important for users to
- [Get All Users](/reference/funciones/users-e/get-all-users.md): Get All Users function allows to create a list of registered users or get user information, this function is very useful if the administrator needs to check or change the status
- [Get App Users](/reference/funciones/users-e/get-app-users.md): The Get App Users function allows you to obtain all the information of all the users of an application that is within the same project in which this function is used.
- [Get User Other App](/reference/funciones/users-e/get-user-other-app.md)
- [Get Data From Other User](/reference/funciones/users-e/get-data-from-other-user.md): The Get Data From Other User function allows you to obtain the data of a specific user that is within the database of the project in question
- [Is Logged In?](/reference/funciones/users-e/is-logged-in.md): Is logged in? allows the application and the administrator to know if the user is really registered and with an active session, that is to say that he has not logged out, allowing access
- [Login](/reference/funciones/users-e/login.md): The Login function allows users to access the application by identifying themselves and authenticating themselves. users must fill out a form with an email and password that match a user
- [Login With Facebook](/reference/funciones/users-e/login-with-facebook.md): The Login with Facebook feature that allows users to log in by identifying and authenticating with a Facebook account that is active on the device.
- [Login With Google](/reference/funciones/users-e/login-with-google.md): The Login with Google feature allows users to log in by identifying themselves and authenticating with a Google account
- [Login with apple](/reference/funciones/users-e/login-with-apple.md): The Login with apple feature allows the user to log in as an apple user
- [Logout](/reference/funciones/users-e/logout.md): The Logout function allows you to close the previously started session and loses the identification and authentication variables. Generally used to prevent push notifications or change cu
- [Set other user custom data](/reference/funciones/users-e/set-other-user-custom-data.md): The Set other user custom data function allows you to add a custom variable to the user data, no matter what application the user is in, but it must be within the same
- [Set user custom data](/reference/funciones/users-e/set-user-custom-data.md): The Set user custom data function allows you to add a custom variable to the information of the user who is currently logged in/active
- [Sign Up](/reference/funciones/users-e/sign-up.md): The Sign up function allows users to access the application by registering their data. Users often fill out forms with a "username", "password", "phone number" and "email address".
- [Update AuthInfo](/reference/funciones/users-e/update-authinfo.md): The Update AuthInform function allows you to update default information of the user who has an active session
- [Update data from other user](/reference/funciones/users-e/update-data-from-other-user.md)
- [Is Current User Email Verified?](/reference/funciones/users-e/is-current-user-email-verified.md)
- [Send Email Verification](/reference/funciones/users-e/send-email-verification.md)
