function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ikram Momin 16Ikram Momin 16 

multiple permissionset/permissionsetlicnse in single soap UI request

Can I add/remove multiple(two or more) permissionsets/permissionsetlicenses in single soap UI request ?
Currently i am unable to do this? Is there any other way to do this especially with view of SOAP Request?  
VinayVinay (Salesforce Developers) 
Hi Ikram,

 If you plan to assign a permission set to multiple users with different user and permission set licenses, leave LicenseId empty. If only users with one type of license use this permission set, set the LicenseId to that single user or permission set license. If you want a permission set associated with a permission set license, then set LicenseId to the permission set license.

Reference:
https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_permissionset.htm

Hope above information was helpful.

Please mark as Best Answer so that it can help others in the future.

Thanks,