Group API
A FusionAuth Group is a named object that optionally contains one to many Application Roles.
When a Group does not contain any Application Roles it can still be utilized to logically associate users. Assigning Application Roles to a group allow it to be used to dynamically manage Role assignment to registered Users. In this second scenario as long as a User is registered to an Application the Group membership will allow them to inherit the corresponding Roles from the Group.
Create a Group
API documentation for the FusionAuth Create a Group API.
Retrieve a Group
API documentation for the FusionAuth Retrieve a Group API.
Update a Group
API documentation for the FusionAuth Update a Group API.
Delete a Group
API documentation for the FusionAuth Delete a Group API.
Search for Groups
API documentation for the FusionAuth Search for Groups API.
Add Users to a Group
API documentation for the FusionAuth Add Users to a Group API.
Update Users in a Group
API documentation for the FusionAuth Update Users in a Group API.
Remove Users from a Group
API documentation for the FusionAuth Remove Users from a Group API.
Search for Group Members
API documentation for the FusionAuth Search for Group Members API.