SecurityIdentity Update
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
SecurityIdentity Update
Update a security identity by replacing items in its definition.
Request
PATCH securityidentities/{webId}
URL Parameters
-
webId The ID of the security identity. See WebID for more information.
Body Parameter
A partial security identity containing the desired changes.
Status Codes
204: The security identity was updated.
Sample Request Body
{
"Name": "MySecurityIdentity",
"Description": "",
"IsEnabled": true
}