Hi @yeooandyni ,
i hope i got this right: You are trying to pass the accountId
OR permissionprofileId
based on a group membership?
If that's the case this could be solved with app roles in the app registration manifest I think. You can create app roles and add the value of the accountId or permissionprofileID (assuming you only need one ID at a time) to it. In the SCIM mapping you can then create a new mapping with type "Expression" that has following expression: SingleAppRoleAssignment([appRoleAssignments])
As target attribute you can then select the permissionprofileId
or userId
This will create the account in DocuSign with either the accountId
or permissionprofileID.
Hope I understood your problem right and let me know if this has helped.
- Marcel