-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Mike Garvey edited this page Apr 21, 2022
·
11 revisions
Welcome to the AD-RestAPI wiki!
Authentication - View pages about Authentication works and how it can be customized.
View pages about each of the different endpoints and requests.
| Endpoint | Rest Method(s) | For AD ObjectClass |
|---|---|---|
| /create/group | POST | group |
| /create/ou | POST | organizationalUnit |
| /create/user | POST | user |
| /delete | DELETE | *ANY* |
| /edit | PUT | *ANY* |
| /move | POST | *ANY* |
| /rename | PUT | *ANY* |
| /search | GET, POST | *ANY* |
| /search/computer | GET, POST | computer |
| /search/group | GET, POST | group |
| /search/user | GET, POST | user |