Get all members of the company
POST /nd/api/enterprise/enterprise_members
POST body parameters
| Parameter | Type | Description |
|---|---|---|
lang |
string |
Optional cn/en |
options |
object |
Optional filters and pagination |
Response
Fields listed in the source: code, success, members, total.
options may contain departmentId, roleId, userType (0 internal, 1 external), keyName (name/phone/email), startIndex, pageSize and status (0 all, 1 disabled). The source shows members as an object; confirm its record structure.
Calling the Endpoint
Use Authorization: Bearer <access_token>. GET parameters belong in the URL query; normal business POST requests use JSON. Check HTTP status and then the business result. Confirm array serialization and ambiguous types with the deployment instead of inventing fields.