9
2010
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?
Recent Posts
- SAManage Delivers Unparalleled SaaS Integrations
- Top Questions for Your SaaS Vendor #2: Data Retention and Ownership
- Five Tips for Desktop Inventory Management
- The Software License Compliance Loophole
- Top Questions for Your SaaS Vendor #1: Security
- Important ITAM and ITSM Industry Links: August, 2010
- A Day in the Life of an IT Procurement Manager
- The Cost of Upgrading to BMC Remedy v7
- SaaS ITSM ROI #5 – Minimized Internal Staffing Requirements
- Vendor Lock-In and Cloud Computing
Join our Facebook Page
Categories
- Asset Lifecycle Management (2)
- Asset Management (17)
- Best Practices (8)
- BMC Remedy (8)
- Cloud Computing (3)
- Competition (6)
- Content (1)
- Customer Success (9)
- Desktop Management (4)
- Discovery (2)
- eBook (4)
- Education (6)
- Enterprise Software (11)
- Features (16)
- Google Apps (4)
- Guest Articles (1)
- Help desk (15)
- how-to (6)
- Industry (4)
- Integration (8)
- IT Asset Disposal (4)
- IT Asset Management (31)
- IT Contract Management (2)
- IT Knowledge Management (1)
- IT Management (19)
- IT Service Catalog (2)
- IT Service Desk (23)
- IT Service Management (34)
- ITIL (11)
- License Compliance (7)
- License Management (10)
- Microsoft Intune (1)
- Microsoft SMS/SCCM (1)
- Mobile (1)
- Monitoring Systems (1)
- Network Management (1)
- Partners (7)
- Press Release (15)
- Product Announcements (5)
- Release Notes (58)
- Research (3)
- Risk Management (2)
- ROI (8)
- SaaS (36)
- Salesforce (3)
- SAS70 (1)
- Service (1)
- Single Sign-On (3)
- Software Asset Management (22)
- Software License Management (3)
- Software Trends (6)
- Tips (22)
- Uncategorized (6)
- User Guide (19)
- White Paper (6)









