Hello Eduardo,
you would need to create a job with a to identity store pass to read all the mskeyvalue's of the users in the identity store using an SQL select statement in the source of the pass and in the destination of the pass write the master privilege to all the selected users. In the destination choose the entry type as MX_PERSON and the values as below
Attribute Value
MSKEYVALUE %MSKEYVALUE%
changtype modify
MXREF_MX_PRIVILEGE <name of the ECC master Privilege>
In the source check the box 'use identity store' and use the Build SQL Query tool to choose all maskeyvalues and select entrytype MX_PESON as the filter eg
SELECT DISTINCT mskey FROM idmv_vallink_basic_active WHERE mcidstore=1 AND
((mskey IN (SELECT mcmskey FROM idmv_vallink_basic_active WHERE mcattrname='MX_ENTRYTYPE' AND mcsearchvalue = 'MX_PERSON')))
Thanks,
Chris