New: Manage users and account access via the API
We have extended the SAManage API to provide our users and partners with the ability to create, modify, or delete users in their accounts directly from the API. The recent addition to the API makes it easier to integrate with on-premise solutions and manage your user’s access from one central repository such as your current LDAP.
Getting a list of all users
This request returns a summary of all users available in the account.
GET “https://app.samanage.com/users.xml”
curl –digest -u “username:password” -H “Accept: application/vnd.samanage.v1+xml” -X GET “https://app.samanage.com/users.xml”
Creating a user
The following request will create a new user in the account. When a new user is created an activation email is sent to the user’s email requesting that he actives his new account and select a password.
POST “https://app.samanage.com/users.xml”
curl –digest -u “username:password” -d “<user><email>a@d.com</email><first-name>a</first-name><last-name>b</last-name><phone>1234567890</phone><roles><helpdesk_user>1</helpdesk_user></roles></user>” -H “Content-Type:text/xml” -X POST “https://app.samanage.com/users.xml”
Updating a user
The following request will update user properties for a specific ticket.
PUT “https://app.samanage.com/users.xml”
curl –digest -u “username:password” -d “<user><email>a@d.com</email><first-name>a</first-name><last-name>b</last-name><phone>1234567890</phone></user>” -H “Content-Type:text/xml” -X PUT “https://app.samanage.com/users/1518.xml”
Visit our website to learn more about the SAManage SaaS IT management API.
Related posts:
What is SAManage?
SAManage provides SaaS-based IT management software that helps enterprises control their IT assets and deliver a better IT service.
This blog is where we share the latest with SAManage, and bring you articles on IT Management topics.
Recent Posts
- SMB and the Capital Efficiency When Moving to SaaS
- BMC Acquires Numara – Will Numara Track-it Users be FORCED to Remedyforce?
- Managing Macs and iPads has Become an IT Imperative
- TechRepublic: Five apps to meet your help desk challenges
- One more thing… introducing Custom Fields
- IT Service Desk for Google Apps – with Fully Integrated Asset Management
- Customer Success: SAManage Delivers Quick Value to Musslewhite
- New: SAManage IT Asset Management for Zendesk
- SAManage Brings IT Asset Management Capabilities to Zendesk
- IDC Predicts That Enterprise Software Vendors now Understand the Wake Up Call





