pub async fn set_user_property(
configuration: &Configuration,
property_key: &str,
body: Option<Value>,
account_id: Option<&str>,
user_key: Option<&str>,
username: Option<&str>,
) -> Result<Value, Error<SetUserPropertyError>>
Expand description
Sets the value of a user’s property. Use this resource to store custom data against a user. Note: This operation does not access the user properties created and maintained in Jira. Permissions required: * Administer Jira global permission, to set a property on any user. * Access to Jira, to set a property on the calling user’s record.