User
The User service, introduced in version 4.3, supports basic user CRUD operations and allows iteration over all users in an app. Note that this service is only accessible 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
Delete Users
- SysDeleteUser - Delete a user
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.
Self Service Delete Account
- SysCreateSelfServiceDeletionUrlForUser - Returns self-service delete account URL that can be used to delete the specified user.
All the client APIs that the names beigin with "Sys" are also available to S2S. For the usages of the S2S user APIs (if they are not listed at this section), refer to brainCloud client user APIs.
🗃️ Cloud Code Bridge
18 items
🗃️ Authentication
1 items
🗃️ Chat
12 items
🗃️ Custom Entity
6 items
🗃️ Event
1 items
🗃️ Friend
1 items
🗃️ Gamification
1 items
🗃️ Global App
1 items
🗃️ Global Entity
17 items
🗃️ Global File
16 items
🗃️ Global Statistics
5 items
🗃️ Group
1 items
🗃️ Group File
1 items
🗃️ Heartbeat
1 items
🗃️ HTTP Client
8 items
🗃️ Identity
1 items
🗃️ Item Catalog
9 items
🗃️ Leaderboard
9 items
🗃️ Lobby
6 items
🗃️ Logging
6 items
3 items
🗃️ Messaging
7 items
📄️ Playback Stream
The PlaybackStreamService allows for the creation and replay of a series of events. A Stream can be created using the StartStream call.
🗃️ Presence
4 items
🗃️ ProductManagement
9 items
🗃️ Promotions
6 items
🗃️ Push Notifications
14 items
🗃️ Redemption Codes
6 items
📄️ Report
Report is a new service that allows devs to retrieve user-analytics-report data programmatically via S2S and cloud-code.
🗃️ RTT
1 items
🗃️ Script
11 items
🗃️ Segment
1 items
🗃️ SuperRTT
2 items
🗃️ Time
1 items
🗃️ Tournament
2 items
📄️ User
The User service, introduced in version 4.3, supports basic user CRUD operations and allows iteration over all users in an app. Note that this service is only accessible via Cloud Code.
🗃️ Virtual Currency
3 items