Security Profiles
Security profiles define the access levels and permissions granted to users and roles within the platform, ensuring that only authorized individuals can perform specific actions. These profiles are customizable, allowing organizations to tailor security settings based on the unique needs of their operations and workflows.
SecurityProfiles.List
Get a list of security profiles.
v1/securityprofiles
SecurityProfiles.Create
Create a new security profile.
v1/securityprofiles
SecurityProfiles.ListAssignments
Get a list of security profile assignments.
v1/securityprofiles/assignments
SecurityProfiles.SaveAssignment
Create or update a security profile assignment.
v1/securityprofiles/assignments
SecurityProfiles.Get
Get a single security profile.
v1/securityprofiles/{securityProfileID}
SecurityProfiles.Save
Create or update a security profile.
v1/securityprofiles/{securityProfileID}
SecurityProfiles.Delete
Delete a security profile.
v1/securityprofiles/{securityProfileID}
SecurityProfiles.Patch
Partially update a security profile.
v1/securityprofiles/{securityProfileID}
SecurityProfiles.DeleteAssignment
Delete a security profile assignment.
v1/securityprofiles/{securityProfileID}/assignments