User
User management APIs
The User API provides methods for managing users in the Elements platform. These endpoints allow administrators to create, retrieve, and manage user accounts.
Available Methods
| Method | Description |
|---|---|
| user.create() | Create a new user |
| user.get() | Get user details by ID |
| user.list() | List users by email |
| user.login() | Authenticate and get access token |
Updated 5 months ago