SetUserFeatures
Set User Features
Configure and set features that apply to an user. Only fields present in the request are set or unset.
Required permissions:
- user.feature.write
curl -X PUT "https://loading/v2/features/user/string"{
"details": {
"sequence": 0,
"changeDate": "1s",
"resourceOwner": "string",
"creationDate": "1s"
}
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?