Page 1 of 1
Delete Users in Bulk
Posted: Fri Jun 30, 2017 6:57 am
by yyround
Hi guys,
any one know of a way to delete users in bulk?
I noticed that about 30 users have left our department and would like to remove them from the system, is there a quick way for me to delete them in bulk? does it have to be done through a TI? If yes, can I ask for a copy of the code?
Thanks in advance.
Gaby
Re: Delete Users in Bulk
Posted: Fri Jun 30, 2017 7:01 am
by Alan Kirk
yyround wrote:Hi guys,
any one know of a way to delete users in bulk?
I noticed that about 30 users have left our department and would like to remove them from the system, is there a quick way for me to delete them in bulk? does it have to be done through a TI? If yes, can I ask for a copy of the code?
Thanks in advance.
Gaby
1/ Save the list of users as a plain text file;
2/ Specify that file as the data source;
3/ Use the DeleteClient(ClientName); function in the Metadata tab.
Re: Delete Users in Bulk
Posted: Fri Jun 30, 2017 10:42 am
by TrevorGoss
Alan Kirk wrote:yyround wrote:Hi guys,
any one know of a way to delete users in bulk?
I noticed that about 30 users have left our department and would like to remove them from the system, is there a quick way for me to delete them in bulk? does it have to be done through a TI? If yes, can I ask for a copy of the code?
Thanks in advance.
Gaby
1/ Save the list of users as a plain text file;
2/ Specify that file as the data source;
3/ Use the DeleteClient(ClientName); function in the Metadata tab.
Alan's solution will work, but if you are authenticating via BI, it is possible for the deleted clients to "come back" so to speak, simply by logging back into the TM1 service. Provided they have the credentials (AD, for example) of course.
Re: Delete Users in Bulk
Posted: Sat Jul 01, 2017 11:38 pm
by qml
TrevorGoss wrote:Alan's solution will work, but if you are authenticating via BI, it is possible for the deleted clients to "come back" so to speak, simply by logging back into the TM1 service. Provided they have the credentials (AD, for example) of course.
This behaviour can be easily prevented by using a
config parameter available from version 10.2.2 FP5 onwards.
Re: Delete Users in Bulk
Posted: Mon Jul 03, 2017 12:03 am
by yyround
Thank you so much all
