Function get_user_property

Source
pub async fn get_user_property(
    configuration: &Configuration,
    property_key: &str,
    account_id: Option<&str>,
    user_key: Option<&str>,
    username: Option<&str>,
) -> Result<EntityProperty, Error<GetUserPropertyError>>
Expand description

Returns the value of a user’s property. If no property key is provided Get user property keys is called. Note: This operation does not access the user properties created and maintained in Jira. Permissions required: * Administer Jira global permission, to get a property from any user. * Access to Jira, to get a property from the calling user’s record.