TeamUsers
Create Team Users
Create a standard or service user in a FortiCNAPP account using the following endpoint:
POST /api/v2/TeamUsers
In the request body, specify the type of user to create, a standard user or service user, as well as properties of the user.
Here is an example body payload for a standard user:
{"type": "StandardUser", "name": "name_one", "company": "company_name", "email": "test_email", "userEnabled": 1}
Here is an example body payload for a service user:
{"type": "ServiceUser", "name": "name_one", "description": "service_user_description", "userEnabled": 1}
post/api/v2/TeamUsers
Headers
Authorizationstring required
Bearer Access Token. For example, "Bearer {YourAPIToken}"
Content-Typestring required
application/json
Request body
Response
No Error