Request ‒ Profiles/Post
Property
Type
Description
Mandatory
name
String
Name of the profile
allowedGroups
List String
List of the allowed groups IDs
notAllowedGroups
List String
List of the unallowed groups IDs
devicesBlackList
List String
List of devices that are unallowed
Example JSON Profiles/Post Request
curl –location –request POST ‘https://api.dev.axonize.com/odata/profiles’ \
–header ‘Accept: application/json, text/plain, */*’ \
–header ‘Content-Type: application/json’ \
–data-raw ‘{“name”:”TestProfile”,”deviceBlackList”:[],”allowedGroups”:[“5ceb89b1e3b0ca2ee412f236″],”notAllowedGroups”:[]}’