POST /API/identityAPI/addProfileMetadata/{name}/{label}
options=…
API Example:
AbstractRemoteIdentityAPI.addProfileMetadata({'name': /* name the name of the metadata */, 'label': /* label the label of the metadata */, 'options': /* options the options map (domain, queyList, user) */});
Create a new profile metadata
Output:
org.ow2.bonita.facade.identity.ProfileMetadata - the {@link ProfileMetadata} created
Form parameters:
options - the options map (domain, queyList, user)