...
Parameter | Description | Required | Default Value | Example Value |
|---|---|---|---|---|
id | Key of the user property | No | None | notification.ChangesInReviewAssignedToMeOrCreatedByMe.EmailNotificationChannel |
| format | Response format .Possible values can be set through:
If nothing is set, json is used. | No | None | json |
Create or Update a User Property
| Description | Create or update a user property |
URL | /api/user_properties |
| HTTP Method | POST |
| Security | Requires Global Administrator role |
...
Parameter | Description | Required | Default Value |
|---|---|---|---|
| key | Key of the user property | Yes | myProperty |
| value | Value of the user property | No | myValue |
Update a User Property
| Description | Update a user property |
URL | /api/user_properties |
| HTTP Method | PUT |
| Security | Requires Global Administrator role |
Examples
| Use Case | Example Request |
|---|---|
| Update property 'myProperty' with value 'myValue' for user 'admin/admin' |
|
Parameters
Parameter | Description | Required | Default Value | Example Value |
|---|---|---|---|---|
| key | Key of the user property | Yes | None | myProperty |
| value | Value of the user property | Yes | None | myValue |
Delete a User Property
| Description | Delete a user property |
URL | /api/user_properties |
| HTTP Method | DELETE |
| Security | Requires Global Administrator role |
...

