iPaaS - Change Username

Trying to create a flow that would end up updating TDX user information, There are two main things I can't find. 

1. Organizational ID: I didn't find any setting change for that in 'TDX Common Admin - Update User'. The setting I think it might be is 'External ID' but there is no help text and I haven't found a KB that deals with it yet. 

2. TDX Username: I will also want their username changed as well but I haven't found that setting or KB as well. 

I could use a nudge, thank you 

Asked by Justin Goode on Mon 7/29/24 11:38 AM
Sign In to leave feedback or contribute an answer

Answer (1)

This answer has been marked as the accepted answer
Mark Sayers Mon 7/29/24 12:08 PM

Hi Justin,

  1. ExternalID is the property for midifying the Organizational ID of a user. It states this in the API documentation at https://yourTDXdomain/TDWebApi/Home/type/TeamDynamix.Api.Users.User
  2. The TDX Username is not editable via API. You *can* edit the Authentication Username for a person via API if you use the individual user update endpoint of POST https://yourTDXdomain/TDWebApi/api/people/{uid}

Sincerely,
Mark Sayers
Sr Support Consultant, CS

1 of 2 users found this helpful.
I didn't quite get any of that, not sure if those links are right. I'll try elsewhere. - Justin Goode Mon 7/29/24 12:18 PM
The links aren't exact, no, you have to replace the "yourTDXdomain" bit with your own organization's TeamDynamix domain. The second one is just the endpoint URL, not a link to a page. - Mark Sayers Mon 7/29/24 12:21 PM