- Retrieve an API key
- Create an integration to pulls a list of groups
- Create an integration for a list of Groups that have a specific parentId
- Add the Integration to Apps
The native Kuali Groups gadget can restrict a list of groups to only those that belong to a specific blueprint. If you have a need to restrict that list even further to only include groups that belong to a specific parent group, you can use an integration to accomplish this. The API endpoints you see in the examples below are documented here - https://developers.kuali.co/#groups
Step 1: Retrieve an API key from a User with Admin permissions
Refer to the documentation here for retrieving an API Key.
Step 2: Create an integration that pulls a list of groups
Integration URL - https://{{tenant-name}}.{{kuali-domain}}.com/api/v1/groups?limit=100
Make sure you export the Group ID as an output. We will need this for the next API that pulls a list of groups that have the selected group as it's parent.
Step 3: Create an integration for a list of Groups that have a specific parentId
Integration URL - https://{{tenant-name}}.{{kuali-domain}}.com/api/v1/groups?parentId={{id}}&limit=100
Comments
0 comments
Article is closed for comments.