Skip to main content

Supported Features

Account Deletion Account Deactivation Account Creation
  • Administrator account and developer privileges are required for LINE WORKS integration.
  • The procedure has been updated following the API upgrade to version 2.0. Customers who previously connected via API 1.0 should reconnect using this procedure.
  • For details on API usage, please also refer to the LINE WORKS official documentation. The steps for using LINE WORKS API 2.0 are as follows:
  • In the LINE WORKS Admin Console, go to Security > Administrator Permissions to grant Developers permission to the app developer (reference).
  • If you are unable to use the API even after granting permissions, please contact LINE WORKS.

Prerequisites

How to Log in to LINE WORKS Developers

Go to the LINE WORKS Developers login page, enter your ID and password, and log in. LINE WORKS Developers login screen

How to Obtain the Workspace Key

After logging in to LINE WORKS Developers, click Developer Console in the upper right corner. Developer Console button The Domain ID is displayed at the bottom of the left-side menu tab. The Domain ID is your workspace key — save it. Domain ID display

Adding an OAuth App

Click API2.0 > Add client app in the Developer Console. Add client app button Enter a name for the Client app (up to 20 half-width characters) and click Confirm. Client app name input Enter the following values for the app client settings: App client settings screen
  • Client app description: Any text for description purposes.
  • Redirect URL: Enter https://itmc.i.moneyforward.com/oauth/callback and click Add. (Be sure to click Add, or the URL will not be saved.)
  • OAuth Scopes: Click the Manage button and select user.
After entering all values, click Save.
Depending on your plan (e.g., Free plan), the user scope may not be available. In that case, please refer to the Read Only integration procedure described below.

Obtaining the Client ID and Client Secret

Copy and save the Client ID and Client Secret for the application you created. Client ID and Client Secret

Integration Setup

Search for LINE WORKS on the MoneyForward Admina integration screen. Admina search screen Enter the following values and click Connect. If you are logged out of LINE WORKS Developers, a login screen will appear after clicking Connect. Enter your administrator account ID and password to log in and start the integration.
  • Workspace Name: Any name (e.g., company name)
  • Workspace Key: The Domain ID obtained in the previous steps
  • Client ID: The Client ID obtained in the previous steps
  • Client Secret: The Client Secret obtained in the previous steps
Admina integration settings screen Once the LINE WORKS integration is successful, the registered user information will appear in the account list. If the process does not complete successfully, click Edit from the Status tab on the integration screen and try connecting again. If the issue persists, please contact us via chat. For an overview of the LINE WORKS integration, see the integration page.

Read Only Integration Procedure

If you are on the Free plan and the user scope is not available, or if you do not want to grant write or delete permissions to the OAuth app, you can use Read Only integration.

OAuth Scope Settings

Set the OAuth Scopes to the following instead of user:
  • user.email.read
  • user.profile.read
  • user.read
Read Only permissions cannot be used with scopes other than those listed above (e.g., user).
OAuth Scopes settings All other settings are the same as the OAuth App addition procedure described above.

Integration Setup for Read Only

Select Read Only for the permission setting and click Connect. Read Only settings
With Read Only integration, account creation and deletion from Admina are not available.
Last modified on June 18, 2026