# Add a new user to a group and grant associated permissions Requires groups::modify permissions Endpoint: POST /group/{uid}/members Version: 1.0.0 Security: JWTAuthorizer ## Path parameters: - `uid` (string, required) ID of the group to add a member to ## Request fields (application/json): - `group` (string) - `user` (string) ## Response 200 fields