how would I remove users (say 10 users) in a single shot from a Project using vbs/OTA/SA API?
Question ID: 108757
0
0

Hi Team,
Would you please share vba or OTA or SA API to remove users (say 10 users) from a project in ALM in a singleshot?

I am able to deactivate, deleted from ALM. But not able to remove from ALM project.

Thank you in advance.

Marked as spam
Posted by (Questions: 30, Answers: 35)
Asked on December 6, 2018 5:41 am
192 views
Answers (1)
0
Private answer

I figured it out.

I used a method call ''removeuser''.

I have multiple users, I put them on xl sheet column A and Remarks on Column B. And I called rows of column A as below:

UserId = ActiveSheet.Range(''A'' & i).Value

Then method I call is below based on project customization.

custusr.remmoveuser UserID.

Thank you all for looking at it.

Marked as spam
Posted by (Questions: 30, Answers: 35)
Answered on December 6, 2018 9:39 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top