Get department personnel
GET /nd/api/enterprise/departmentmembers
URL query parameters
| Parameter | Type | Description |
|---|---|---|
department_id |
string |
Required department ID |
Response
Fields listed in the source: users.
The source users entries list id, name and avatrUrl; confirm avatar field spelling. This endpoint does not define whether a department share includes descendants.
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.