{title}
+ {description &&{description}
} +| Endpoint | +Method | +Requests | +Success | +Avg. Time | +
|---|---|---|---|---|
| {request.endpoint} | +
+ |
+ {request.requests.toLocaleString()} | +{request.success}% | +{request.avgTime}ms | +
+# Active Directory Management API
+
+## User Endpoints
+
+GET /api/users
+- Query Parameters:
+ - filter: Filter users by property values (e.g. ?filter=name eq 'John')
+ - select: Select specific properties to return (e.g. ?select=id,name,email)
+ - expand: Include related entities (e.g. ?expand=groups)
+ - orderBy: Order results (e.g. ?orderBy=name asc)
+ - top: Limit number of results (e.g. ?top=10)
+ - skip: Skip number of results (e.g. ?skip=10)
+
+POST /api/users
+- Create a new user in Active Directory
+- Request body: User object
+
+GET /api/users/{id}
+- Get a specific user by ID
+- Query Parameters:
+ - select: Select specific properties to return
+
+PUT /api/users/{id}
+- Update a specific user
+- Request body: User object with updated properties
+
+DELETE /api/users/{id}
+- Delete a specific user
+
+ | Connection Name | +Server | +Domain | +Port | +SSL | +Status | +Actions | +
|---|---|---|---|---|---|---|
| {connection.name} | +{connection.server} | +{connection.domain} | +{connection.port} | +{connection.useSSL ? "Yes" : "No"} | +
+ |
+
+
+
+
+
+ |
+
{title}
+{value.toLocaleString()}
++ Rows per page: +
+ +{description}
} ++ Create and manage API tokens for accessing the AD Management API programmatically. +
++ A comprehensive solution for managing your Active Directory resources +
++ Set up and manage connections to your Active Directory servers. +
++ Comma-separated list of allowed origins, or * for all origins +
++ Manage users who can access the AD Management admin interface. +
+