Add FGate Group
Description
This interface is used for users to add FGate groups.
Request URL (Choose one)
URL1:
[Host Server]/api/client/group
URL2:
[Host Server]/api/client/v2/box/group/mgt
Query Parameters
Field Type Description Host Server string SeeExplanation of terms Method
PUT
Headers
Field Type Description Authorization string "Bearer " + Access Token obtained from the login interface Body
Field Type Description name string Group Name prevId String Parent Node ID. Only used for URL2.If you use URL1, no need to add this parameter. Successful Response
"Return the group ID (groupId) of the added group, not in JSON format."
Return Code
Field Description 200 Request Successfully 401 Access Token Expired 404 The name cannot be empty. 409 Name has already existed. Please see the example in the following image.