- Add Users in Bulk
- Modify fleet Configurations
Add Users in Bulk
End Point: /v1/tenants/{tenantUniqueName}/bulk/users
The API has been added with all required details as part of "Assignment API > Users".
The following Curl Command has also been added to Add Bulk Users API.
CURL COMMAND-
}' 'https://api.netradyne.com/driveri/v1/tenants/NETRADYNE/bulk/users'
Modify Fleet Configurations
End Point: /v1/tenants/{tenantUniqueName}/fleet/configurations
The API has been added with all required details as part of "Assignment API > Configurations".
The following Curl Command also has been added to Modify Fleet Configurations API.
CURL COMMAND-
curl -X PUT --header 'Content-Type: application/json' --header 'Accept: application/json' --header 'Accept-Language: en-US' --header 'Authorization: Bearer <Enter_Your_Access_Token(Key)>' -d '{ \
}' 'https://api.netradyne.com/driveri/v1/tenants/NETRADYNE/fleet/configurations'
