User
Overview
The User service, introduced in 4.3, can be used to iterate through the users of an app. It can also be used to create new users. Note that this service is only available via cloud-code.
API Summary
Create Users
- SysCreateUserEmailPassword - Create a user with an email identity
- SysCreateUserUniversalId - Create a user with a univeralId identity
- SysCreateUserExternalAuth - Create a user with an external auth identity
Retreive Users Info
- SysGetUserInfo - Retrieves user information for a single profile ID
Paging
- SysGetPage - Get a page of users
- SysGetPageOffset - Get the next/prev page of users
Reset Password
- SysSendPasswordResetEmailWith - Reset the password associated with the users email login
- SysSendPasswordResetEmailAdvanced - Reset the password associated with the users email login
- SysSendPasswordResetEmailWithExpiry - Reset the password associated with the users email login
- SysSendPasswordResetEmailAdvancedWithExpiry - Reset the password associated with the users email login using a custom email template
- SysSendPasswordResetUniversalId - Reset users password
- SysSendPasswordResetUniversalIdAdvanced - Reset users password using templates
- SysSendPasswordResetUniversalIdWithExpiry - Reset the password associated with the users universalId login
- SysSendPasswordResetUniversalIdAdvancedWithExpiry - Reset the password associated with the users universalId login using a custom email template
- SysSetPasswordUniversalId - Set the password associated with the universal id of the given profile.
📄️ SysCreateUserEmailPassword
Overview
📄️ SysCreateUserExternalAuth
Overview
📄️ SysCreateUserUniversalId
Overview
📄️ SysGetPage
Overview
📄️ SysGetPageOffset
Overview
📄️ SysGetUserExport
Overview
📄️ SysGetUserInfo
Overview
📄️ SysSendPasswordResetEmail
Overview
📄️ SysSendPasswordResetEmailAdvanced
Overview
📄️ SysSendPasswordResetEmailAdvancedWithExpiry
Overview
📄️ SysSendPasswordResetEmailWithExpiry
Overview
📄️ SysSendPasswordResetUniversalId
Overview
📄️ SysSendPasswordResetUniversalIdAdvanced
Overview
📄️ SysSendPasswordResetUniversalIdAdvancedWithExpiry
Overview
📄️ SysSendPasswordResetUniversalIdWithExpiry
Overview
📄️ SysSetPasswordUniversalId
Overview