Create TeamDynamix Admin Service Account

TeamDynamix documents the process for creating an admin API service account at https://solutions.teamdynamix.com/TDClient/1965/Portal/KB/ArticleDet?ID=132442 (see "Admin Service Accounts" section).


Login to your TeamDynamix admin site with a user that has admin rights.

Navigate to the "Security" tab

On the security tab make note of the BEID and select "Add Admin Service Account".

Enter the first and last name of the service account

Once saved, TeamDynamix will generate a web services key

Use the BEID and webservice key when creating the external connection below.

Configure credentials

You will need to get the BEID and webservice key from your institution's TeamDynamix administrator.

Test config

grouper.teamDynamix.teamdx.beid = your_beid
grouper.teamDynamix.teamdx.url = https://nusupport.univ.edu/SBTDWebApi/
grouper.teamDynamix.teamdx.webServicesKey = your_webservice_key

Use the external system

Grouper TeamDynamix provisioner


Grouper development team testing

Set this in grouper.hibernate.properties (or set env var: GROUPER_MOCK_SERVICES=true)

grouper.is.mockServices = true


URL for the local external system is http://localhost:8080/grouper/mockServices/teamdynamix/



  • No labels