v1

latestOpenAPI 3.0.02026-07-175652103.9 KB
group

Update a group

This function is an API endpoint that allows an authenticated admin to update a group.<br> Todo allow to use different team

Parameters

  • guid: The request data, which includes the details of the group to be updated. <br>

Returns

If successful, this function returns a Json<UsersResponse> object, which includes a success message, the total number of groups, and the list of groups. <br>

put/api/group

Request body

guidstring required
namestring required
notestring required
allowed_outgoingsstring[] required
allowed_incomingsstring[] required

Response

msgstring required
totalinteger required
datastring required