v1
latestOpenAPI 3.1.02026-07-1740131135.9 KBAdd To Group
Add a user to a group.
Args: request (GroupModifyRequest): Request object that has group and user IDs. user (Annotated[User, Depends(get_current_user)]): the current user. session (Annotated[Session, Depends(get_session)]): the database session.
Returns: JSONResponse: Aknowledge that user has been added to the group
Raises: HTTPException: Authorization issues, group or user not found.
post/gdm/add_to_group
Request body
Response
Successful Response
{"stackTrail":"paths:/gdm/add_to_group:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}