Admin API Overview
The LINE WORKS Admin API is a set of APIs provided by LINE WORKS Admin system, allowing you to change the settings for domains and members.
API Common Information
Supported Environment
LINE WORKS supports the following environments:
- Live environment: https://apis.worksmobile.com
- Testing environment: https://sandbox-apis.worksmobile.com
Combine an HTTP method with the request URL to complete an operation. For example, here is the operation to add an IP access control list in the live environment.
Example) Operation to add an IP access control list
- POST https://apis.worksmobile.com/{API ID}/admin/addDomainAcl
You can see the request URLs in each API description.