Set Up a New User
Now that we have an access token, we will call the Podero API user endpoint to create a new user.Create a User
To create a new user, make a POST request with your organization ID and access token:This provides the minimum amount of data needed to create a new user. In this case, we are creating an end-user, meaning they only have access to their own resources.
User Roles
user (End-User)
user (End-User)
Standard end-user role. Users only have access to their own resources (buildings, devices).Use this role for your customers.
staff
staff
Staff users can view and manage all users and devices but cannot manage admin users.Use this role for support team members.
admin
admin
Admin users have full access to all organization resources and can manage other admins and staff.Use this role for administrators within your organization.
Response
If the correct values were provided, you should receive a successful response:The
user_id value is a unique string that identifies your new user. Save this for subsequent requests.Optional field where you can store your internal user ID for cross-referencing.
The role assigned to this user (user, staff, or admin).
The user’s email address.
Next Step
Add Building
Update user information and add a building
