Legacy Knowledge Base
Published Sep. 10, 2025

How to test the Liferay API behavior

Written By

Bae Helene

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

Issue

  • If I use the Liferay API, can I generate the following types of data?
  • List of actions to be tested in the program:.
    • Adding an Organization
    • Adding a user
    • Assign a user to an organization
    • Assign to an organization administrator
    • Adding a site template for an organization site
    • Applying a Site Template to an Organization Site
    • Send an email to a user

Environment

  • DXP 7.0, DXP 7.1, DXP 7.2

Resolution

  • The basic behavior and parameter definitions of the Liferay API can be found inJavadocs .
  • You can test the behavior of Liferay API using JSON web services by accessing [サイトのアドレス]/api/jsonws after launching Liferay DXP.
  • "Add an organization" For the example, the following APIs are available
    /organization/add-organization

Additional Information

Did this article resolve your issue ?

Legacy Knowledge Base