API Documentation

Last Update: 28 December 2022

POST api/FortigateUser



Request Information


URI Parameters

None.


Body Parameters
FortigateUser
Name Description Type Additional information
ID

integer

None.

ReportDate

date

None.

HostID

integer

None.

Index

integer

None.

Name

string

None.

AuthenticationType

integer

None.

State

integer

None.

RecordStatus

integer

None.

Request Formats
application/json, text/json
Sample:
{
  "ID": 1,
  "ReportDate": "2024-11-21T06:25:54.7788065+00:00",
  "HostID": 3,
  "Index": 4,
  "Name": "sample string 5",
  "AuthenticationType": 6,
  "State": 7,
  "RecordStatus": 8
}

Response Information


Resource Description
FortigateUser
Name Description Type Additional information
ID

integer

None.

ReportDate

date

None.

HostID

integer

None.

Index

integer

None.

Name

string

None.

AuthenticationType

integer

None.

State

integer

None.

RecordStatus

integer

None.

Response Formats
application/json, text/json
Sample:
{
  "ID": 1,
  "ReportDate": "2024-11-21T06:25:54.7818054+00:00",
  "HostID": 3,
  "Index": 4,
  "Name": "sample string 5",
  "AuthenticationType": 6,
  "State": 7,
  "RecordStatus": 8
}