Skip to content

Commit

Permalink
correct rest api documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cgeorgilakis-grnet committed Nov 7, 2024
1 parent 3d378d6 commit c9dcdc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Main url : {server_url}/realms/{realm}/agm

**Group admin web services ( for group specific web services user must have admin rights to this group)**

| Path | Method | Description | | Classes |
| Path | Method | Description | Classes |
|--------------------------------------------------------------------|--------|-------------------------------------------------------------------------------|------------------------------|
| /account/group-admin/groups | GET | get all groups that this user has admin rights | GroupAdminService |
| /account/group-admin/configuration-rules | GET | get group enrollment configuration rules based on group type | GroupAdminService |
Expand All @@ -155,9 +155,9 @@ Main url : {server_url}/realms/{realm}/agm
| /account/group-admin/group/{groupId}/member/{memberId}/role/{name} | DELETE | delete role from group member | GroupAdminGroupMember |
| /account/group-admin/group/{groupId}/member/{memberId}/suspend | POST | suspend group member | GroupAdminGroupMember |
| /account/group-admin/group/{groupId}/member/{memberId}/activate | POST | activate group member | GroupAdminGroupMember |
| /account/group-admin/group/{groupId}/admin | POST | add user as admin using user id or username | GroupAdminGroup |
| /account/group-admin/group/{groupId}/admin | POST | add user as admin using user id or username | GroupAdminGroup |
| /account/group-admin/group/{groupId}/admin/invite | POST | invite user as group admin for this groupId group | GroupAdminGroup |
| /account/group-admin/group/{groupId}/admin | DELETE | delete group admin using user id or username | GroupAdminService |
| /account/group-admin/group/{groupId}/admin | DELETE | delete group admin using user id or username | GroupAdminService |
| /account/group-admin/enroll-requests | GET | get all group admin enrollment requests | GroupAdminService |
| /account/group-admin/enroll-request/{enrollId} | GET | get enrollment request | GroupAdminEnrollementRequest |
| /account/group-admin/enroll-request/{enrollId}/extra-info | POST | request extra infrormation from user | GroupAdminEnrollementRequest |
Expand Down

0 comments on commit c9dcdc7

Please sign in to comment.