{ "opencollection": "1.0.0", "info": { "name": "FusionAuth Api Key Group API", "version": "1.66.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Group", "type": "folder" }, "items": [ { "info": { "name": "createGroup", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9011/api/group", "headers": [ { "name": "X-FusionAuth-TenantId", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a group. You can optionally specify an Id for the group, if not provided one will be generated." }, { "info": { "name": "createGroupMembersWithId", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9011/api/group/member", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a member in a group." }, { "info": { "name": "updateGroupMembersWithId", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:9011/api/group/member", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a member in a group." }, { "info": { "name": "deleteGroupMembersWithId", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:9011/api/group/member", "body": { "type": "json", "data": "{}" } }, "docs": "Removes users as members of a group." }, { "info": { "name": "searchGroupMembersWithId", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9011/api/group/member/search", "body": { "type": "json", "data": "{}" } }, "docs": "Searches group members with the specified criteria and pagination." }, { "info": { "name": "searchGroupsWithId", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9011/api/group/search", "body": { "type": "json", "data": "{}" } }, "docs": "Searches groups with the specified criteria and pagination." }, { "info": { "name": "retrieveGroupWithId", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:9011/api/group/:groupId", "headers": [ { "name": "X-FusionAuth-TenantId", "value": "" } ], "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The Id of the group." } ] }, "docs": "Retrieves the group for the given Id." }, { "info": { "name": "createGroupWithId", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9011/api/group/:groupId", "headers": [ { "name": "X-FusionAuth-TenantId", "value": "" } ], "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The Id for the group. If not provided a secure random UUID will be generated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a group. You can optionally specify an Id for the group, if not provided one will be generated." }, { "info": { "name": "updateGroupWithId", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:9011/api/group/:groupId", "headers": [ { "name": "X-FusionAuth-TenantId", "value": "" } ], "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The Id of the group to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the group with the given Id." }, { "info": { "name": "patchGroupWithId", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:9011/api/group/:groupId", "headers": [ { "name": "X-FusionAuth-TenantId", "value": "" } ], "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The Id of the group to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates, via PATCH, the group with the given Id." }, { "info": { "name": "deleteGroupWithId", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:9011/api/group/:groupId", "headers": [ { "name": "X-FusionAuth-TenantId", "value": "" } ], "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The Id of the group to delete." } ] }, "docs": "Deletes the group for the given Id." } ] } ], "bundled": true }