Navigation
Users
A user is a single account in your application, identified by the ID you pass to Rupt. From your backend you can list a user's devices, keep their email, phone, metadata, and group memberships in sync, and suspend or unsuspend them.
To learn more, see the user object.
Endpoints
| GET | /v3/user/:id/devices |
| POST | /v3/user/:id/update |
| POST | /v3/user/:id/suspend |
| POST | /v3/user/:id/unsuspend |