POST /API/identityAPI/getRolesByUUIDs
roleUUIDs=…&options=…
API Example:
RESTRemoteIdentityAPI.getRolesByUUIDs({'roleUUIDs': /* roleUUIDs the UUIDs of the required roles */, 'options': /* options the options map (domain, queyList, user) */});
Retrieve a list of roles
Output:
java.util.List<org.ow2.bonita.facade.identity.Role> - a {@link List} of {@link Role}
Form parameters:
roleUUIDs - the UUIDs of the required roles
options - the options map (domain, queyList, user)