Function get_user_property_keys

Source
pub async fn get_user_property_keys(
    configuration: &Configuration,
    account_id: Option<&str>,
    user_key: Option<&str>,
    username: Option<&str>,
) -> Result<PropertyKeys, Error<GetUserPropertyKeysError>>
Expand description

Returns the keys of all properties for a user. Note: This operation does not access the user properties created and maintained in Jira. Permissions required: * Administer Jira global permission, to access the property keys on any user. * Access to Jira, to access the calling user’s property keys.