attaskworkfront-api

Reactivate disabled user via the Workfront API


Hello I have been able to figure out how to disable a user and re-enable a user using the api for Workfront. I am having an issue with assigning a license for a user. I am trying to set the licenseType=T for the worker license but that does not seem to be working. Am I missing something?


Solution

  • To active/deactivate a user you can pass to the parameter isActive this is a true/false Boolean value. In regards to the License type this is an Automatic field that is modified by what Access Level the user has. This field cannot be modified directly. But setting the accessLevelID will set this based on the license type of the Access Level.