User Cloud Storage API PHP SDK
Our Cloud Storage offers a durable and highly available cloud-hosted database that allows you to store your own user data. The API supports full control over your user database and allows you to easily view, edit, update, delete and export your data.
Store your user data in a state-of-the-art security environment and get a centralized access point that you can use to authenticate your users from any website or mobile application in your eco-system.
Resource/URI | GET | POST | PUT | DELETE |
---|---|---|---|---|
Create a new user. /storage/users.json
|
– |
Create User |
– | – |
Update an existing user. /storage/users/<user_token>.json
|
– | – |
Update User |
– |
Synchronize a new or existing user. /storage/users/user/synchronize.json
|
– | – |
Synchronize User |
– |
Authenticate an existing user. /storage/users/user/lookup.json
|
– |
Authenticate User |
– | – |