Custom user groups are groups that you can create and manage via the Learn365 API. Unlike Microsoft Entra groups, custom user groups can include users of any type, both Learn365 and Flow365.
To get a custom user group ID via the API:
1. Go to https://api.365.systems/ and make sure you're authorized with the relevant API key.
2. In the Groups section, select the GET /services/users/Groups endpoint and select Try it out in the top right-hand corner.
3. Use query option parameters to control the data in the response.
4. Select Execute to run the request.
5. Go to the Response block to check the results:
- 200 code with a list of groups in the response body indicates a successful response. You can find the user group ID in the id parameter.
- In case of errors, the response body contains the error object with the code and message keys explaining the issue.
Comments
Article is closed for comments.