Adding users via API

I'm testing creating users via the API in our sandbox. When doing a POST to http://www.teamdynamix.com/TDWebApi/api/people with this administrator account: cig_client_svc_sb, I receive this error: {"ID":-1,"Message":"CreatePerson can only be called by an API User"}.

Tags API users
Asked by Chris Bues on Thu 9/4/14 10:53 AM
Sign In to leave feedback or contribute an answer

Answers (2)

Jason Ehmann Fri 12/5/14 11:00 AM

TeamDynamix API/Web services information can be found here.

1 of 2 users found this helpful.

Phil Curl Thu 9/4/14 10:53 AM

In order to add users, you will actually have to log in through the loginAdmin function rather than the regular login function. This will require that you enable Key-based web services and provide the BEID and Key provided in Admin.

1 of 1 users found this helpful.