Commit ffa1426b authored by Michael Kozono's avatar Michael Kozono

Add ldap_sync endpoint to Groups API doc

parent af3ba90a
......@@ -424,6 +424,18 @@ GET /groups?search=foobar
]
```
## Sync group with LDAP
Syncs the group with its linked LDAP group. Only available to group owners and administrators.
```
POST /groups/:id/ldap_sync
```
Parameters:
- `id` (required) - The ID or path of a user group
## Group members
Please consult the [Group Members](members.md) documentation.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment