Skip to main content

Create a User

Create a new end-user account with minimal required information:
curl -X POST \
  'https://app.podero.com/api/partners/v2.0/org/{org_id}/users' \
  -H 'Authorization: Bearer {auth_token}' \
  -H 'Content-Type: application/json' \
  -d '{
    "role": "user",
    "email": "[email protected]"
  }'
Save the user_id from the response - you’ll need it for the next steps.
Need more details? See the User Management Guide for bulk operations, user roles, and advanced workflows.

Next: Add Building

Create a building to organize devices