EnableUserIdentity REST API endpoint
Disclaimer: This endpoint documentation is generated from the latest Sitevision version. It might differ from the actual Sitevision environment where your website resides.
Use the RestApi utility of the Public API for server-side access of this endpoint.
EnableUserIdentity
Enables or disables the specified user identity.
Applicable to: sv:userIdentity.
PUT
Enables or disables the specified sv:userIdentity.
Requires the feature "social collaboration" and that social collaboration is enabled on the sv:site.
Requires that the caller is the sv:userIdentity or is authorized to MANAGE_USER_IDENTITIES on the sv:site.
| Name | Type | Default | Description |
|---|---|---|---|
| value | boolean |
true | Enables or disables the specified sv:userIdentity |
Example URL
400.95b3be916257bc215c3ea/enableuseridentity
Example input
{
"value": false
}
Did you find the content on this page useful?