Groups
Manage Groups per given Organization via APIs
Last updated
Manage Groups per given Organization via APIs
Last updated
This API endpoint retrieves the details of a specific group within an organization. By providing the organization ID and group ID, users can fetch the group details. The endpoint returns a JSON object containing the group information. If the group is not found, the endpoint returns an error message.
Successful Response
This API endpoint allows users to delete an existing group within an organization. By providing the group ID and organization ID, users can remove the group from the organization. The endpoint returns a success message upon successful deletion of the group. In case of an error, the endpoint raises an exception with an routerropriate error message.
Successful Response
This API endpoint retrieves a list of groups associated with a specific organization. By providing the organization ID, users can fetch all the groups within the organization. The endpoint returns a JSON object containing the list of groups along with their details. If no groups are found, the endpoint returns an empty list.
Successful Response
This API endpoint allows users to create a new group within an organization. By providing the organization ID and a group object containing the group details, users can add a new group to the organization. The endpoint returns a success message along with the group ID upon successful creation of the group. In case of an error, the endpoint raises an exception with an routerropriate error message.
Successful Response
This API endpoint allows users to update the details of an existing group within an organization. By providing the group ID, organization ID and a group object containing the updated group details, users can modify the group information. The endpoint returns a success message upon successful completion of the operation. In case of an error, the endpoint raises an exception with an routerropriate error message.
Successful Response